From c25b0108c135fc03f308bfae7d75b2998fe3747f Mon Sep 17 00:00:00 2001 From: Erik Arvidsson Date: Fri, 23 Aug 2013 14:15:07 -0400 Subject: [PATCH] Expose Path.isValid BUG= TBR=rafaelw Review URL: https://codereview.appspot.com/13159045 --- src/observe.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/observe.js b/src/observe.js index 82afaf4..6cc6819 100644 --- a/src/observe.js +++ b/src/observe.js @@ -139,6 +139,8 @@ } } + Path.isValid = isPathValid; + Path.prototype = createObject({ __proto__: [],