[mashup-dev] svn commit r4560
- trunk/mashup/java/modules/www/js/wso2
Thilina Gunarathne
thilina at wso2.com
Sun Jul 1 05:32:08 PDT 2007
Good that you caught it... Implications of using two checkouts(for release & development) :(...
thanks,
Thilina
svn at wso2.org wrote:
> Author: tyrell
> Date: Sun Jul 1 03:13:55 2007
> New Revision: 4560
>
> Modified:
> trunk/mashup/java/modules/www/js/wso2/mashup-utils.js
> Log:
> Fixing a spelling mistake in newly added error handling code.
>
> Modified: trunk/mashup/java/modules/www/js/wso2/mashup-utils.js
> ==============================================================================
> --- trunk/mashup/java/modules/www/js/wso2/mashup-utils.js (original)
> +++ trunk/mashup/java/modules/www/js/wso2/mashup-utils.js Sun Jul 1 03:13:55 2007
> @@ -244,7 +244,7 @@
> wso2.mashup.services.logout(wso2.mashup.handleLogout);
> }
>
> - else if (error.datail.indexOf("UnknownHostException") > -1) {
> + else if (error.detail.indexOf("UnknownHostException") > -1) {
> this.params.innerHTML = "";
> this.params.appendChild(document.createTextNode("Failed to share the service. Unknown Host : '"+error.reason+"'"));
> }else {
>
> _______________________________________________
> Mashup-dev mailing list
> Mashup-dev at wso2.org
> http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev
>
More information about the Mashup-dev
mailing list