Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Zamaroth committed Jul 7, 2017
1 parent 832f2fa commit a2ad4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ var plugins = [];

plugins.push(
require('./plugins/plugin.filler')(Chart),
require('./plugins/plugin.gridLines')(Chart),
require('./plugins/plugin.gridlines')(Chart),
require('./plugins/plugin.legend')(Chart),
require('./plugins/plugin.title')(Chart)
);
Expand Down

0 comments on commit a2ad4d5

Please sign in to comment.