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

Commit

Permalink
Observable.reset -> Observable.discardChanges
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelw committed Dec 12, 2013
1 parent 16a163a commit 33b1d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/polymer-expressions.js
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@

ConstantObservable.prototype = {
open: function() { return this.value_; },
reset: function() { return this.value_; },
discardChanges: function() { return this.value_; },
close: function() {},
}

Expand Down

0 comments on commit 33b1d0d

Please sign in to comment.