|
@@ -6,3 +6,5 @@ import "element-remove"
|
|
import "classlist-polyfill"
|
|
import "classlist-polyfill"
|
|
import "@webcomponents/template"
|
|
import "@webcomponents/template"
|
|
import "custom-event-polyfill"
|
|
import "custom-event-polyfill"
|
|
|
|
+
|
|
|
|
+SVGElement.prototype.contains = SVGElement.prototype.contains || HTMLElement.prototype.contains
|