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

Commit

Permalink
make binding reflection work with private path_
Browse files Browse the repository at this point in the history
  • Loading branch information
sorvell committed Apr 8, 2014
1 parent 20a4c2a commit b80caf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elements/x-binding/x-binding.html
Expand Up @@ -13,7 +13,7 @@
if (element && element.bindings_) {
var binding = element.bindings_[name];
if (binding) {
return binding.path;
return binding.path || binding.path_;
}
}
}
Expand Down

0 comments on commit b80caf7

Please sign in to comment.