This commit is contained in:
Mo Bitar
2018-01-16 11:51:50 -06:00
parent 7b57d0ab60
commit 47f81e84ad
8 changed files with 107 additions and 75 deletions

View File

@@ -3,7 +3,7 @@ let ClientDataDomain = "org.standardnotes.sn.components";
class ComponentManager {
constructor($rootScope, modelManager, syncManager, desktopManager, $timeout, $compile) {
constructor($rootScope, modelManager, syncManager, desktopManager, sysExtManager, $timeout, $compile) {
this.$compile = $compile;
this.$rootScope = $rootScope;
this.modelManager = modelManager;