mirror of
https://github.com/jlengrand/webcomponentsjs.git
synced 2026-03-10 08:51:22 +00:00
errrone needs platform polyfills (ie11)
This commit is contained in:
@@ -50,6 +50,7 @@
|
||||
|
||||
// construct full dependency list
|
||||
var modules = [
|
||||
'../../webcomponents-platform/webcomponents-platform.js',
|
||||
'../../URL/url.js',
|
||||
'../../template/template.js',
|
||||
'../../html-imports/src/html-imports.js',
|
||||
@@ -59,8 +60,6 @@
|
||||
'../../shadydom/shadydom.min.js',
|
||||
'../../shadycss/shadycss.min.js',
|
||||
'post-polyfill.js',
|
||||
// these scripts are loaded here due to polyfill timing issues
|
||||
'../../webcomponents-platform/webcomponents-platform.js',
|
||||
'unresolved.js'
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user