From 481780ff11efb4a7edcad3734f244e5bacdf5d13 Mon Sep 17 00:00:00 2001 From: Minsung Jin Date: Thu, 28 Jan 2016 13:23:36 +0900 Subject: [PATCH] [BUGFIX] typo error Signed-off-by: Minsung Jin --- .../src/webida/plugins/workbench/command-system/context-menu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/webida/plugins/workbench/command-system/context-menu.js b/common/src/webida/plugins/workbench/command-system/context-menu.js index b2babb9c..da384def 100644 --- a/common/src/webida/plugins/workbench/command-system/context-menu.js +++ b/common/src/webida/plugins/workbench/command-system/context-menu.js @@ -26,7 +26,7 @@ define([ 'external/lodash/lodash.min', // _ - 'dojo/keys' // keys + 'dojo/keys', // keys 'dojo/on', // on 'dijit/Menu', // Menu 'dijit/MenuItem', // MenuItem