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 ## TODO use OfflineStatusStore
Actions.longPollOffline() Actions.longPollOffline()
connection.onDeltas (deltas) -> connection.onDeltas (deltas) =>
# TODO DO NOT FORGET TO UNCOMMENT ME @_handleDeltas(deltas)
# @_handleDeltas(deltas)
connection.start() connection.start()
connection connection