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

Commit

Permalink
terrible, horrible, hack
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelw committed Jan 17, 2014
1 parent 50a7684 commit 748c4ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/polymer-expressions.js
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,8 @@
function valueFn() {
// TODO(rafaelw):
// https://github.com/Polymer/polymer-expressions/issues/21
var updateObserver = true; //self.dynamicDeps;
// Now even more super-hack-tastic.
var updateObserver = observer.state_ == 1; //self.dynamicDeps;
if (updateObserver)
observer.startReset();

Expand Down

0 comments on commit 748c4ce

Please sign in to comment.