Fix similar typos in core.controller & element

This commit is contained in:
Ryan Mitchell 2015-10-22 12:47:45 -04:00
parent ef1c4fb0cb
commit 57979a2270
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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 = {};