You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by pa...@apache.org on 2009/05/26 08:36:46 UTC

svn commit: r778572 - /incubator/chemistry/trunk/chemistry/chemistry-jsclient/webroot/cmisclient.js

Author: paolo
Date: Tue May 26 06:36:44 2009
New Revision: 778572

URL: http://svn.apache.org/viewvc?rev=778572&view=rev
Log:
CMIS-19 cmisclient.js typo

Modified:
    incubator/chemistry/trunk/chemistry/chemistry-jsclient/webroot/cmisclient.js

Modified: incubator/chemistry/trunk/chemistry/chemistry-jsclient/webroot/cmisclient.js
URL: http://svn.apache.org/viewvc/incubator/chemistry/trunk/chemistry/chemistry-jsclient/webroot/cmisclient.js?rev=778572&r1=778571&r2=778572&view=diff
==============================================================================
--- incubator/chemistry/trunk/chemistry/chemistry-jsclient/webroot/cmisclient.js (original)
+++ incubator/chemistry/trunk/chemistry/chemistry-jsclient/webroot/cmisclient.js Tue May 26 06:36:44 2009
@@ -167,7 +167,7 @@
 
 /** This method reads the repository Info */
 CMISClient.prototype.getRepositoryInfo = function() {
-	var htcon=this.httpGet(this.CMIS_URL);
+	var htcon=this.httpGet(this.CMIS_SERVICE_URL);
 	var doc=htcon.responseXML;
 	var flatres=CMISClient.flatten(doc);
 	var res=new Object();