Skip to content

Commit

Permalink
Merge pull request #68 from PolymerElements/strict-template
Browse files Browse the repository at this point in the history
Add null template for compatibility with strict template policy.
  • Loading branch information
Elliott Marquez authored Jan 8, 2019
2 parents 8497d57 + 0ce180d commit a113f34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions iron-localstorage.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ Polymer({
'_trySaveValue(value.*)',
],

_template: null,

ready: function() {
this._boundHandleStorage = this._handleStorage.bind(this);
},
Expand Down

0 comments on commit a113f34

Please sign in to comment.