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

Commit

Permalink
when binding reflections are enabled, reflect properly camelCased bin…
Browse files Browse the repository at this point in the history
…ding name.
  • Loading branch information
sorvell committed Apr 8, 2014
1 parent efadd4d commit 4815d16
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 @@ -58,7 +58,7 @@
if (Platform.enableBindingsReflection) {
observer.path = observable.path_;
this.bindings_ = this.bindings_ || {};
this.bindings_[name] = observer;
this.bindings_[property] = observer;
}
return observer;
}
Expand Down

0 comments on commit 4815d16

Please sign in to comment.