Skip to content

Commit

Permalink
Add @export
Browse files Browse the repository at this point in the history
CustomStyle#getStyle is referred to as customStyle['getStyle'] in a few places, so it needs to be exported
  • Loading branch information
rictic authored Sep 13, 2018
1 parent b3713cf commit 84b6991
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/elements/custom-style.js
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 84b6991

Please sign in to comment.