Merge pull request #75 from epeli/patch-1

Explicit global definition
This commit is contained in:
Nick Downie 2013-04-15 10:20:28 -07:00
commit 2e08396255

2
Chart.js vendored
View File

@ -8,7 +8,7 @@
*/
//Define the global Chart Variable as a class.
var Chart = function(context){
window.Chart = function(context){
var chart = this;