There was an error while loading. Please reload this page.
1 parent 667d89b commit 9eb10cdCopy full SHA for 9eb10cd
package.json
@@ -49,6 +49,7 @@
49
"test": "bt test"
50
},
51
"dependencies": {
52
+ "babel-polyfill": "^6.7.4",
53
"device-manager": "^1.1.1",
54
"observe-js": "^0.4.2",
55
"promise": "^6.1.0",
src/form-element.js
@@ -1,4 +1,6 @@
1
'use strict';
2
+// Import babel's polyfill here to allow for new Map() constructor
3
+import 'babel-polyfill';
4
5
/**
6
* Bubbles up each parent node of the element, triggering the callback on each element until traversal
0 commit comments