Skip to content

Commit

Permalink
Load History should use the correct method
Browse files Browse the repository at this point in the history
  • Loading branch information
Sutto committed Jul 24, 2011
1 parent 56de551 commit 639e8e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/coffeescripts/pebble.coffee
Expand Up @@ -21,7 +21,7 @@ class Pebble

watch: (channel, callback) ->
@on channel, callback
@loadHistoryFor @, channel, =>
@loadHistory @, channel, =>
@socket.on channel, (data) => @receive channel, data

trigger: (name, args...) ->
Expand Down
2 changes: 1 addition & 1 deletion public/javascripts/pebble.js

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

0 comments on commit 639e8e3

Please sign in to comment.