diff --git a/bower.json b/bower.json index 32359a5..0544c0b 100644 --- a/bower.json +++ b/bower.json @@ -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 " diff --git a/pubnub-c3.js b/pubnub-c3.js index 6d3020c..86762df 100644 --- a/pubnub-c3.js +++ b/pubnub-c3.js @@ -417,7 +417,7 @@ window.eon.c = { } - options.message(message, m.timetoken, channel); + options.message(message, m.timetoken, m.channel); } });