mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Define Polymer.Element in a variable declaration
This commit is contained in:
@@ -13,5 +13,6 @@
|
||||
* key meta-programming features including template stamping, data-binding,
|
||||
* attribute deserialization, and property change observation
|
||||
*/
|
||||
Polymer.Element = Polymer.ElementMixin(HTMLElement);
|
||||
const Element = Polymer.ElementMixin(HTMLElement);
|
||||
Polymer.Element = Element;
|
||||
</script>
|
||||
Reference in New Issue
Block a user