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

Commit

Permalink
add deliver to ConstantObservable
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelw committed Dec 16, 2013
1 parent 33b1d0d commit 5edddb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/polymer-expressions.js
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@
ConstantObservable.prototype = {
open: function() { return this.value_; },
discardChanges: function() { return this.value_; },
deliver: function() {},
close: function() {},
}

Expand Down

0 comments on commit 5edddb4

Please sign in to comment.