Skip to content

Commit

Permalink
reference correct channel in options.message
Browse files Browse the repository at this point in the history
  • Loading branch information
ianjennings committed Sep 27, 2016
1 parent df27221 commit cb3bb00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eon-chart",
"version": "0.7.1",
"version": "0.7.2",
"homepage": "https://github.com/pubnub/eon-chart",
"authors": [
"Ian Jennings <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion pubnub-c3.js
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ window.eon.c = {

}

options.message(message, m.timetoken, channel);
options.message(message, m.timetoken, m.channel);
}
});

Expand Down

0 comments on commit cb3bb00

Please sign in to comment.