Skip to content

Commit

Permalink
resolve merge by undoing stephen's changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ianjennings committed Jan 19, 2016
2 parents 0e7f66a + ff8c49b commit f4d1c4b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pubnub-c3.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ eon.c = {

var a = msgs[i];
a.message = options.transform(a.message);

a = appendDate(a.message.eon, a.timetoken);
storeData(a, true);

Expand Down Expand Up @@ -430,4 +429,4 @@ eon.c = {
};
eon.chart = function(o) {
return new eon.c.create(o);
};
};

0 comments on commit f4d1c4b

Please sign in to comment.