Merge pull request #2329 from zachpanz88/build-fix

Fix build to include comment at top of file
This commit is contained in:
Jake
2016-04-22 11:07:23 -04:00
3 changed files with 14 additions and 11 deletions

View File

@@ -1,14 +1,3 @@
/*!
* Chart.js
* http://chartjs.org/
* Version: {{ version }}
*
* Copyright 2015 Nick Downie
* Released under the MIT license
* https://github.com/nnnick/Chart.js/blob/master/LICENSE.md
*/
var Chart = require('./core/core.js')();
require('./core/core.helpers')(Chart);