From 8a08d3fc0a92b37bd9af15c4f7023b7f3bd8a5e5 Mon Sep 17 00:00:00 2001 From: Matthew Kastor Date: Thu, 12 Sep 2013 01:44:25 -0400 Subject: [PATCH] fix broken demo. --- demo/keyboard_shortcuts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/keyboard_shortcuts.html b/demo/keyboard_shortcuts.html index 988e1918..b52602c8 100644 --- a/demo/keyboard_shortcuts.html +++ b/demo/keyboard_shortcuts.html @@ -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() })