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

Commit

Permalink
remove unused properties
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelw committed Dec 30, 2013
1 parent dfcd412 commit 83a83ed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/observe.js
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,6 @@
},

disconnect_: function() {
this.value = undefined;
this.value_ = undefined;
if (this.observedSet_) {
this.observedSet_.reset();
Expand Down Expand Up @@ -775,7 +774,6 @@
},

disconnect_: function() {
this.value = undefined;
this.value_ = undefined;

if (this.observedSet_) {
Expand Down

0 comments on commit 83a83ed

Please sign in to comment.