whoops, not supposed to be there

This commit is contained in:
John McLear 2013-09-27 14:49:05 +01:00
parent c615ccf514
commit 6fbdc2cfd9
2 changed files with 0 additions and 34 deletions

View File

@ -1,34 +0,0 @@
// 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;
}
},
}

View File