From 5ceed48db9a7ff0655d75ac31788fdc48c8c876b Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Thu, 28 Jul 2016 11:53:33 -0700 Subject: Fix broken reference to host store.didUpdate I'd returned this line because it seemed to fix Firefox compatibility, now it seems like that wasn't the case. Removing it again. --- app/scripts/lib/remote-store.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/scripts/lib/remote-store.js b/app/scripts/lib/remote-store.js index c81d5151c..fbfab7bad 100644 --- a/app/scripts/lib/remote-store.js +++ b/app/scripts/lib/remote-store.js @@ -52,7 +52,7 @@ HostStore.prototype.set = function (key, value) { HostStore.prototype.createStream = function () { var dnode = Dnode({ - update: this._didUpdate.bind(this), + // update: this._didUpdate.bind(this), }) dnode.on('remote', this._didConnect.bind(this)) return dnode -- cgit v1.2.3