diff --git a/test/js/service/keyboard/ShortcutServiceTest.js b/test/js/service/keyboard/ShortcutServiceTest.js index 197d390f..c76a5707 100644 --- a/test/js/service/keyboard/ShortcutServiceTest.js +++ b/test/js/service/keyboard/ShortcutServiceTest.js @@ -20,8 +20,10 @@ describe("ShortcutService test suite", function() { return this; }, ctrlKey : false, + metaKey : false, withCtrlKey : function () { this.ctrlKey = true; + this.metaKey = true; return this; }, shiftKey : false,