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();


Reply via email to