Issue #287 : Rename addShortcut/removeShortcut to less ambiguous register/unregister

This commit is contained in:
jdescottes
2015-10-10 00:13:07 +02:00
parent 107751b7eb
commit c11e0d5d8d
16 changed files with 42 additions and 42 deletions

View File

@ -28,7 +28,7 @@ describe("History Service suite", function() {
}
};
var mockShortcutService = {
addShortcut : function () {}
registerShortcut : function () {}
};
return new pskl.service.HistoryService(mockPiskelController, mockShortcutService);
};