Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
initialize rawData so it's not mutating from undefined to null at sta…
Browse files Browse the repository at this point in the history
…rtup
  • Loading branch information
Scott J. Miles committed Sep 12, 2013
1 parent e956672 commit 93246bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions polymer-more/polymer-ui-stock/polymer-ui-stock-data.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
symbol: '',
color: '',
data: null,
rawData: null,
symbolChanged: function() {
this.name = this.symbol.replace('.', '');
this.data = null;
Expand Down

0 comments on commit 93246bf

Please sign in to comment.