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

Commit

Permalink
Revert "Use Path.get instead of Path.isValid"
Browse files Browse the repository at this point in the history
This reverts commit 0ac6e7d.
  • Loading branch information
rafaelw committed Sep 3, 2013
1 parent 0ac6e7d commit 4a4a45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/polymer-expressions.js
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@

PolymerExpressions.prototype = {
getBinding: function(model, pathString, name, node) {
if (Path.get(pathString))
if (Path.isValid(pathString))
return; // bail out early if pathString is simple path.

return getBinding(model, pathString, name, node);
Expand Down

0 comments on commit 4a4a45a

Please sign in to comment.