Skip to content

Commit

Permalink
; bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ianjennings committed Aug 17, 2015
1 parent e84455a commit 1b394c2
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.2.19",
"version": "0.2.20",
"homepage": "https://github.com/pubnub/eon-chart",
"authors": [
"Ian Jennings <ian@meetjennings.com>"
Expand Down
2 changes: 1 addition & 1 deletion pubnub-c3.js
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ eon.c = {

return toReturn;

};
}
};
eon.chart = function(o) {
return new eon.c.create(o);
Expand Down

0 comments on commit 1b394c2

Please sign in to comment.