Add URL polyfill again.

This commit is contained in:
AJ Ortega
2015-03-20 12:17:05 -07:00
parent c0de7bd8ea
commit 3bd6a8b05e
2 changed files with 2 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
[
"build/boot.js",
"../URL/URL.js",
"../WeakMap/WeakMap.js",
"../MutationObserver/MutationObserver.js",
"../HTMLImports/build.json",

View File

@@ -58,6 +58,7 @@
// construct full dependency list
var modules = [
'URL/URL.js',
'WeakMap/WeakMap.js',
'MutationObserver/MutationObserver.js',
'HTMLImports/HTMLImports.js',