]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Added a reference to Chart within Chart for Issue #2483 2693/head
authorAaron Ballard <aballard@pdsenergy.com>
Thu, 2 Jun 2016 21:04:33 +0000 (16:04 -0500)
committerAaron Ballard <aballard@pdsenergy.com>
Thu, 2 Jun 2016 21:04:33 +0000 (16:04 -0500)
src/core/core.js

index 569969b4250c160922c82b8aec207c0600ad166f..a3626c44a404387fa53fdb53189351c509d02875 100755 (executable)
@@ -100,6 +100,8 @@ module.exports = function() {
                }
        };
 
+       Chart.Chart = Chart;
+
        return Chart;
 
 };