promise polyfill babel-polyfill
authorDan Vanderkam <danvk@sidewalklabs.com>
Tue, 27 Dec 2016 15:03:49 +0000 (10:03 -0500)
committerDan Vanderkam <danvk@sidewalklabs.com>
Tue, 27 Dec 2016 15:03:49 +0000 (10:03 -0500)
auto_tests/tests/xhr.js
scripts/build.sh

index 90712fa..ba06e61 100644 (file)
@@ -14,6 +14,8 @@
 import Dygraph from '../../src/dygraph';
 import Util from './Util';
 
+import 'core-js/es6/promise';
+
 function dygraphPromise(div, data, opts) {
   return new Promise((resolve, reject) => {
     const g = new Dygraph(div, data, opts);
index 9374a9c..35159e4 100755 (executable)
@@ -34,7 +34,7 @@ browserify \
 # Create dist/dygraph.tmp.js.map
 cat dist/dygraph.tmp.js | exorcist --base . dist/dygraph.tmp.js.map > /dev/null
 
-header='/*! @license Copyright 2014 Dan Vanderkam (danvdk@gmail.com) MIT-licensed (http://opensource.org/licenses/MIT) */'
+header='/*! @license Copyright 2017 Dan Vanderkam (danvdk@gmail.com) MIT-licensed (http://opensource.org/licenses/MIT) */'
 
 # Create dist/dygraph.js.min{,.map}
 uglifyjs --compress --mangle \