move fps info from preview controller to piskel model

This commit is contained in:
Julian Descottes
2016-12-13 09:17:34 +01:00
parent 2fe0b842a5
commit 37d2861352
18 changed files with 47 additions and 67 deletions

View File

@@ -22,7 +22,7 @@ describe("History Service suite", function() {
};
var createMockHistoryService = function () {
var mockPiskelController = { getPiskel : function () {} };
var mockPiskelController = { getPiskel : function () {}, getFPS : function () { return 12; } };
var mockShortcutService = {
registerShortcuts : function () {},
registerShortcut : function () {}