Author: hlship
Date: Thu Aug 11 18:36:11 2011
New Revision: 1156722
URL: http://svn.apache.org/viewvc?rev=1156722&view=rev
Log:
TAP5-1367: ajaxExceptionHandler Method name typo
Modified:
tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/tapestry.js
Modified:
tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/tapestry.js
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/tapestry.js?rev=1156722&r1=1156721&r2=1156722&view=diff
==============================================================================
---
tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/tapestry.js
(original)
+++
tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/tapestry.js
Thu Aug 11 18:36:11 2011
@@ -371,7 +371,7 @@ var Tapestry = {
* Default function for handling a communication error during an Ajax
* request.
*/
- ajaxExceptionHander : function(response, exception) {
+ ajaxExceptionHandler : function(response, exception) {
Tapestry.error(Tapestry.Messages.communicationFailed + exception);
Tapestry.debug(Tapestry.Messages.ajaxFailure + exception, response);