move keyManager.js to KeyboardEventService.js

This commit is contained in:
Vince
2012-09-16 13:19:31 +02:00
parent 95bfc599e8
commit c4084cf9b6
2 changed files with 14 additions and 8 deletions

View File

@@ -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();