From: Aaron Ballard Date: Thu, 2 Jun 2016 21:04:33 +0000 (-0500) Subject: Added a reference to Chart within Chart for Issue #2483 X-Git-Tag: v2.1.5~21^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2693%2Fhead;p=thirdparty%2FChart.js.git Added a reference to Chart within Chart for Issue #2483 --- diff --git a/src/core/core.js b/src/core/core.js index 569969b42..a3626c44a 100755 --- a/src/core/core.js +++ b/src/core/core.js @@ -100,6 +100,8 @@ module.exports = function() { } }; + Chart.Chart = Chart; + return Chart; };