]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Fix similar typos in core.controller & element 1559/head
authorRyan Mitchell <posgarou@gmail.com>
Thu, 22 Oct 2015 16:47:45 +0000 (12:47 -0400)
committerRyan Mitchell <posgarou@gmail.com>
Thu, 22 Oct 2015 16:47:45 +0000 (12:47 -0400)
src/core/core.controller.js
src/core/core.element.js

index 8cb9bcd2d4896f1f46cbbd59eb43440f96f30e80..f26269f23d61c1fc3f59c66c1d2760b7762b00c4 100644 (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;
 
 
index bd7b8ad6be4929e27623922099c4894295f157db..5942696199f09a93d864b7d941e7a6893f3dc984 100644 (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 = {};