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

Commit a14c2ef

Browse files
committed
remove out of date comments
1 parent 6ad2d61 commit a14c2ef

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/instance/base.js

-4
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
this.shadowRoots = {};
5353
// install property observers
5454
this.createPropertyObserver();
55-
// TODO (sorvell): temporarily open observer when created
5655
this.openPropertyObserver();
5756
// install boilerplate attributes
5857
this.copyInstanceAttributes();
@@ -77,9 +76,6 @@
7776
this.removeAttribute('unresolved');
7877
// user entry point
7978
this.ready();
80-
// TODO (sorvell): temporarily open observer when created
81-
// turn on property observation and take any initial changes
82-
//this.openPropertyObserver();
8379
},
8480
attachedCallback: function() {
8581
this.cancelUnbindAll();

0 commit comments

Comments
 (0)