mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #4342 from Polymer/2.0-move-customstyle
Move CustomStyle constructor to Polymer.CustomStyle
This commit is contained in:
commit
990b8d912d
@ -41,7 +41,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
||||
}
|
||||
}
|
||||
|
||||
window.CustomStyle = CustomStyle;
|
||||
window.customElements.define('custom-style', CustomStyle);
|
||||
Polymer.CustomStyle = CustomStyle;
|
||||
})();
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user