mirror of
https://github.com/jlengrand/webcomponentsjs.git
synced 2026-03-10 08:51:22 +00:00
@@ -19,7 +19,6 @@ window.WebComponents = window.WebComponents || {};
|
||||
var script = document.querySelector('script[src*="' + file + '"]');
|
||||
|
||||
// Flags. Convert url arguments to flags
|
||||
var flags = {};
|
||||
if (!flags.noOpts) {
|
||||
// from url
|
||||
location.search.slice(1).split('&').forEach(function(o) {
|
||||
|
||||
Reference in New Issue
Block a user