diff options
Diffstat (limited to 'static/js/changesettracker.js')
-rw-r--r-- | static/js/changesettracker.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/js/changesettracker.js b/static/js/changesettracker.js index 7b0fb3e4..e34dc107 100644 --- a/static/js/changesettracker.js +++ b/static/js/changesettracker.js @@ -20,8 +20,8 @@ * limitations under the License. */ -var Changeset = require('/easysync2').Changeset; -var AttribPool = require('/easysync2').AttribPool; +var AttribPool = require('/AttributePoolFactory').createAttributePool; +var Changeset = require('/Changeset'); function makeChangesetTracker(scheduler, apool, aceCallbacksProvider) { |