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

Commit

Permalink
Expose Path.isValid
Browse files Browse the repository at this point in the history
BUG=
TBR=rafaelw

Review URL: https://codereview.appspot.com/13159045
  • Loading branch information
arv committed Aug 23, 2013
1 parent 3c8009e commit c25b010
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/observe.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@
}
}

Path.isValid = isPathValid;

Path.prototype = createObject({
__proto__: [],

Expand Down

0 comments on commit c25b010

Please sign in to comment.