Dont update client date when locking

This commit is contained in:
Mo Bitar
2018-07-15 09:23:18 -05:00
parent 5f88346787
commit 19d93e23e5
2 changed files with 13 additions and 11 deletions

View File

@@ -14,8 +14,8 @@ SFItem.AppDomain = "org.standardnotes.sn";
class ModelManager extends SFModelManager {
constructor(storageManager) {
super();
constructor(storageManager, $timeout) {
super($timeout);
this.notes = [];
this.tags = [];
this.components = [];