chore : fix ShortcutServiceTest on macosx

This commit is contained in:
Julian Descottes 2016-01-24 13:02:32 +01:00
parent 01eb0cdb43
commit cc62c5b3cb
1 changed files with 2 additions and 0 deletions

View File

@ -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,