Skip to content

Commit 2e08396

Browse files
committed
Merge pull request chartjs#75 from epeli/patch-1
Explicit global definition
2 parents 4a94b44 + 624fbfd commit 2e08396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chart.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99

1010
//Define the global Chart Variable as a class.
11-
var Chart = function(context){
11+
window.Chart = function(context){
1212

1313
var chart = this;
1414

0 commit comments

Comments
 (0)