rm unused

This commit is contained in:
Mo Bitar
2017-04-10 15:07:15 -05:00
parent 5e722e5291
commit fd8e577018
2 changed files with 1 additions and 186 deletions

View File

@@ -1,5 +1,5 @@
class BaseCtrl {
constructor($scope, syncManager, dbManager, $timeout) {
constructor(syncManager, dbManager) {
dbManager.openDatabase(null, function(){
// new database, delete syncToken so that items can be refetched entirely from server
syncManager.clearSyncToken();