Skip to content

Commit

Permalink
Fix similar typos in core.controller & element
Browse files Browse the repository at this point in the history
  • Loading branch information
posgarou committed Oct 22, 2015
1 parent ef1c4fb commit 57979a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/core.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

//Declare root variable - window in the browser, global on the server
var root = this,
previous = root.Chart,
Chart = root.Chart,
helpers = Chart.helpers;


Expand Down
2 changes: 1 addition & 1 deletion src/core/core.element.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

//Declare root variable - window in the browser, global on the server
var root = this,
previous = root.Chart,
Chart = root.Chart,
helpers = Chart.helpers;

Chart.elements = {};
Expand Down

0 comments on commit 57979a2

Please sign in to comment.