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

@ -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);
});