You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by jm...@apache.org on 2006/06/30 21:09:05 UTC

svn commit: r418381 - /incubator/xap/trunk/src/xap/xml/xmodify/CommandDirective.js

Author: jmargaris
Date: Fri Jun 30 14:09:04 2006
New Revision: 418381

URL: http://svn.apache.org/viewvc?rev=418381&view=rev
Log:
forget google. before ExprContext

Modified:
    incubator/xap/trunk/src/xap/xml/xmodify/CommandDirective.js

Modified: incubator/xap/trunk/src/xap/xml/xmodify/CommandDirective.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/src/xap/xml/xmodify/CommandDirective.js?rev=418381&r1=418380&r2=418381&view=diff
==============================================================================
--- incubator/xap/trunk/src/xap/xml/xmodify/CommandDirective.js (original)
+++ incubator/xap/trunk/src/xap/xml/xmodify/CommandDirective.js Fri Jun 30 14:09:04 2006
@@ -177,7 +177,7 @@
     	   targetNodesArray.push(target) ;	
        }
     } else {
-    	var currentContext =   new ExprContext(uiDocumentNode) ;
+    	var currentContext =   new google.ExprContext(uiDocumentNode) ;
     	var parsedXPathExpr = google.xpathParse(localSelectString) ;
 	
     	var targetNodes = parsedXPathExpr.evaluate( currentContext );