Skip to content

Commit

Permalink
Merge pull request #46 from PolymerElements/null-template
Browse files Browse the repository at this point in the history
Explicitly set _template to null.
  • Loading branch information
rictic authored Oct 26, 2018
2 parents 6a904bc + e772971 commit c6b8cc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prism-highlighter.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ This flow is supported by
*/
Polymer({
is: 'prism-highlighter',
_template: null,

properties: {
/**
Expand Down

0 comments on commit c6b8cc0

Please sign in to comment.