Skip to content

Commit

Permalink
Fix getStyle definition
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf authored Mar 6, 2019
1 parent ad05f56 commit f13dd75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/elements/custom-style.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export class CustomStyle extends HTMLElement {
* @export
* @return {HTMLStyleElement} This element's light-DOM `<style>`
*/
'getStyle'() {
['getStyle']() {
if (this._style) {
return this._style;
}
Expand Down

0 comments on commit f13dd75

Please sign in to comment.