chore : fix ShortcutServiceTest on macosx

This commit is contained in:
Julian Descottes 2016-01-24 13:02:32 +01:00
parent 01eb0cdb43
commit cc62c5b3cb

View File

@ -20,8 +20,10 @@ describe("ShortcutService test suite", function() {
return this; return this;
}, },
ctrlKey : false, ctrlKey : false,
metaKey : false,
withCtrlKey : function () { withCtrlKey : function () {
this.ctrlKey = true; this.ctrlKey = true;
this.metaKey = true;
return this; return this;
}, },
shiftKey : false, shiftKey : false,