mirror of
https://github.com/jlengrand/webcomponentsjs.git
synced 2026-03-10 08:51:22 +00:00
remove old CustomElements flag code
This commit is contained in:
@@ -48,12 +48,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
// forward flags
|
||||
if (flags.register) {
|
||||
window.CustomElements = window.CustomElements || {flags: {}};
|
||||
window.CustomElements.flags.register = flags.register;
|
||||
}
|
||||
|
||||
// exports
|
||||
WebComponents.flags = flags;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user