Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
bindings need to understand observable api.
Browse files Browse the repository at this point in the history
  • Loading branch information
sorvell committed Apr 10, 2014
1 parent 2768959 commit d92aafd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions elements/x-binding/x-binding.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
if (element && element.bindings_) {
var binding = element.bindings_[name];
if (binding) {
binding = binding.observable_ || binding;
return binding.path || binding.path_;
}
}
Expand Down

0 comments on commit d92aafd

Please sign in to comment.