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

Commit 804c1f3

Browse files
committed
don't set id on prototype, instead manually observe the property.
1 parent 9b51b1f commit 804c1f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sandbox/lib/tk-meta.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
(function() {
99
var metaData = {}, metaArray = [];
1010
Polymer('tk-meta', {
11-
id: '',
1211
isContainer: false,
1312
isHidden: false,
1413
properties: null,
1514
shouldPrepend: false,
1615
hideSubtree: false,
1716
ready: function() {
17+
this.observeProperty('id');
1818
this.idChanged();
1919
this.updateProperties();
2020
},

0 commit comments

Comments
 (0)