mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
move keyManager.js to KeyboardEventService.js
This commit is contained in:
@@ -69,8 +69,9 @@ $.namespace("pskl");
|
||||
this.historyService = new pskl.service.HistoryService(frameSheet);
|
||||
this.historyService.init();
|
||||
|
||||
this.keyManager = new pskl.KeyManager();
|
||||
|
||||
this.KeyboardEventService = new pskl.service.KeyboardEventService();
|
||||
this.KeyboardEventService.init();
|
||||
|
||||
pskl.NotificationService.init();
|
||||
this.localStorageService = new pskl.service.LocalStorageService(frameSheet);
|
||||
this.localStorageService.init();
|
||||
|
||||
Reference in New Issue
Block a user