changelog, package file and fix for redo

This commit is contained in:
John McLear 2014-03-26 15:44:04 +00:00
parent dc1a33bead
commit e23af7e439
3 changed files with 30 additions and 2 deletions

View file

@ -52,5 +52,5 @@
"repository" : { "type" : "git",
"url" : "http://github.com/ether/etherpad-lite.git"
},
"version" : "1.3.0"
"version" : "1.4.0"
}

View file

@ -297,7 +297,7 @@ var padeditbar = (function()
ace.ace_doUndoRedo(cmd);
});
toolbar.registerAceCommand("redo", function (cmd) {
toolbar.registerAceCommand("redo", function (cmd, ace) {
ace.ace_doUndoRedo(cmd);
});