Merge pull request #1602 from matthewkastor/patch-1

fix broken demo.
This commit is contained in:
Harutyun Amirjanyan 2013-09-12 00:58:54 -07:00
commit 5806661f47

View file

@ -33,7 +33,7 @@
name: "showKeyboardShortcuts",
bindKey: {win: "Ctrl-Alt-h", mac: "Command-Alt-h"},
exec: function(editor) {
config.loadModule("ace/ext/keybinding_menu", function(module) {
ace.config.loadModule("ace/ext/keybinding_menu", function(module) {
module.init(editor);
editor.showKeyboardShortcuts()
})