mirror of
https://github.com/Polymer/polymer.git
synced 2026-08-17 16:34:49 -05:00
Add @export
CustomStyle#getStyle is referred to as customStyle['getStyle'] in a few places, so it needs to be exported
This commit is contained in:
@@ -72,6 +72,7 @@ export class CustomStyle extends HTMLElement {
|
||||
* call any style modules referenced via the `include` attribute will be
|
||||
* concatenated to this element's `<style>`.
|
||||
*
|
||||
* @export
|
||||
* @return {HTMLStyleElement} This element's light-DOM `<style>`
|
||||
*/
|
||||
getStyle() {
|
||||
|
||||
Reference in New Issue
Block a user