update sync objects

This commit is contained in:
Luke Pulverenti 2016-12-10 13:40:39 -05:00
parent fc210d8ad2
commit 6cede56f93
47 changed files with 148 additions and 62 deletions

View file

@ -10,6 +10,8 @@
var self = this;
self.options = options;
function resetSyncStatus() {
updateSyncStatus(options.container, options.item);
}