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

Commit

Permalink
remove out of date comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sorvell committed Jul 15, 2014
1 parent 6ad2d61 commit a14c2ef
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/instance/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
this.shadowRoots = {};
// install property observers
this.createPropertyObserver();
// TODO (sorvell): temporarily open observer when created
this.openPropertyObserver();
// install boilerplate attributes
this.copyInstanceAttributes();
Expand All @@ -77,9 +76,6 @@
this.removeAttribute('unresolved');
// user entry point
this.ready();
// TODO (sorvell): temporarily open observer when created
// turn on property observation and take any initial changes
//this.openPropertyObserver();
},
attachedCallback: function() {
this.cancelUnbindAll();
Expand Down

0 comments on commit a14c2ef

Please sign in to comment.