summaryrefslogtreecommitdiff
path: root/src/static/js/pad_editbar.js
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2014-03-26 15:44:04 +0000
committerJohn McLear <john@mclear.co.uk>2014-03-26 15:44:04 +0000
commite23af7e43999b976129379ee8f995f95512050c3 (patch)
tree51ceecc5bd934d62aaac82ed0367ec956c7343aa /src/static/js/pad_editbar.js
parentdc1a33beade22d86f21e2c2de2f8235067c6f8a9 (diff)
downloadetherpad-lite-e23af7e43999b976129379ee8f995f95512050c3.zip
changelog, package file and fix for redo
Diffstat (limited to 'src/static/js/pad_editbar.js')
-rw-r--r--src/static/js/pad_editbar.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static/js/pad_editbar.js b/src/static/js/pad_editbar.js
index 7892a085..c6dd9ed8 100644
--- a/src/static/js/pad_editbar.js
+++ b/src/static/js/pad_editbar.js
@@ -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);
});