From cb3bb00e262c28032d5cf945638fa78eae1b2db9 Mon Sep 17 00:00:00 2001 From: Ian Jennings Date: Tue, 27 Sep 2016 16:24:26 -0500 Subject: [PATCH] reference correct channel in options.message --- bower.json | 2 +- pubnub-c3.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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); } });