notes infinite scroll

This commit is contained in:
Mo Bitar
2017-01-28 13:58:02 -06:00
parent 92c8892054
commit 5d9c1c3413
11 changed files with 180 additions and 154 deletions

View File

@@ -76,7 +76,7 @@ class ModelManager {
this.notifySyncObserversOfModels(models);
this.sortItems();
// this.sortItems();
return models;
}