Skip to content

Commit

Permalink
Merge pull request #5491 from ChadKillingsworth/custom-style-renaming
Browse files Browse the repository at this point in the history
Quote the getStyle method of the custom style element
  • Loading branch information
kevinpschaaf authored Feb 19, 2019
2 parents 745ddde + d2bdf68 commit 555dbe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/elements/custom-style.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
*
* @return {HTMLStyleElement} This element's light-DOM `<style>`
*/
getStyle() {
'getStyle'() {
if (this._style) {
return this._style;
}
Expand Down

0 comments on commit 555dbe3

Please sign in to comment.