fix(long-poll): Turn delta sync back on

This commit is contained in:
Ben Gotow 2015-03-05 21:15:53 -08:00
parent 7e7f8e5eda
commit d99c8f1a65

View file

@ -83,9 +83,8 @@ class InboxAPI
## TODO use OfflineStatusStore
Actions.longPollOffline()
connection.onDeltas (deltas) ->
# TODO DO NOT FORGET TO UNCOMMENT ME
# @_handleDeltas(deltas)
connection.onDeltas (deltas) =>
@_handleDeltas(deltas)
connection.start()
connection