mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-26 10:26:15 -04:00
dont crash on importing blank html
This commit is contained in:
parent
3e1e92c100
commit
c615ccf514
3 changed files with 44 additions and 2 deletions
34
bin/release.js
Normal file
34
bin/release.js
Normal file
|
@ -0,0 +1,34 @@
|
|||
// A script to Release Etherpad.
|
||||
|
||||
var etherRelease = {
|
||||
init: function(){
|
||||
// promptUser
|
||||
promptUser(function(){
|
||||
package.update(version){
|
||||
|
||||
|
||||
}
|
||||
});
|
||||
},
|
||||
versionNumber: function(){
|
||||
get: function(){
|
||||
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
versionNumber.get: function(){
|
||||
|
||||
|
||||
},
|
||||
|
||||
/* Continuous integration */
|
||||
ci: function(){
|
||||
hasPassed = function(){
|
||||
// TODO
|
||||
return true;
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue