This commit is contained in:
Mo Bitar
2018-07-20 09:34:09 -05:00
parent 8eaa22eae3
commit 0720e71637
2 changed files with 1 additions and 3 deletions

View File

@@ -24,8 +24,6 @@ angular.module('app')
})
.controller('EditorCtrl', function ($sce, $timeout, authManager, $rootScope, actionsManager, syncManager, modelManager, themeManager, componentManager, storageManager, sessionHistory) {
this.showSessionHistory = true;
this.spellcheck = true;
this.componentManager = componentManager;