1
1
mirror of https://github.com/aelve/guide.git synced 2024-12-25 13:51:45 +03:00

Fix the previous commit (URL polyfill)

This commit is contained in:
Aaron Friel 2017-03-17 15:43:48 -05:00
parent e56c4f22a0
commit bf0bb58ee4
3 changed files with 3 additions and 3 deletions

View File

@ -618,6 +618,6 @@ var module = {};
})(module);
var urlpoly = urlpoly.URL || URL;
var urlpoly = module.URL || URL;
export default urlpoly;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long