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:
parent
e56c4f22a0
commit
bf0bb58ee4
@ -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
Loading…
Reference in New Issue
Block a user