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

Commit

Permalink
Add oneTime argument to bind. Fixes Polymer/polymer#405
Browse files Browse the repository at this point in the history
  • Loading branch information
sorvell committed Feb 3, 2014
1 parent 65c22c3 commit 6e8b2cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/instance/mdv.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
instanceTemplate: function(template) {
return template.createInstance(this, this.syntax);
},
bind: function(name, observable) {
bind: function(name, observable, oneTime) {
// note: binding is a prepare signal. This allows us to be sure that any
// property changes that occur as a result of binding will be observed.
if (!this._elementPrepared) {
Expand Down

0 comments on commit 6e8b2cb

Please sign in to comment.