Skip to content

Commit

Permalink
Eliminate false defaults for perf.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Jan 29, 2016
1 parent 4a9ef8e commit 905a63c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/template/dom-if.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
*/
'if': {
type: Boolean,
value: false,
observer: '_queueRender'
},

Expand All @@ -58,7 +57,6 @@
*/
restamp: {
type: Boolean,
value: false,
observer: '_queueRender'
}

Expand Down

0 comments on commit 905a63c

Please sign in to comment.