Skip to content

Commit

Permalink
[client] rename to isUpdateScheduled
Browse files Browse the repository at this point in the history
  • Loading branch information
otolab committed Aug 22, 2016
1 parent c331df8 commit c11f7ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/client.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/client.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ class Cursor extends Emitter
@_posts.push func
return @

isUpdateRequested: ->
isUpdateScheduled: ->
return @context?


Expand Down

0 comments on commit c11f7ea

Please sign in to comment.