dont crash on importing blank html

This commit is contained in:
John McLear 2013-09-27 14:47:34 +01:00
parent 3e1e92c100
commit c615ccf514
3 changed files with 44 additions and 2 deletions

34
bin/release.js Normal file
View 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;
}
},
}