Author: mgrigorov
Date: Fri Sep 17 08:38:10 2010
New Revision: 998017
URL: http://svn.apache.org/viewvc?rev=998017&view=rev
Log:
WICKET-3048 Format the code
No functional change.
Modified:
wicket/trunk/wicket/src/main/java/org/apache/wicket/ajax/wicket-ajax.js
Modified:
wicket/trunk/wicket/src/main/java/org/apache/wicket/ajax/wicket-ajax.js
URL:
http://svn.apache.org/viewvc/wicket/trunk/wicket/src/main/java/org/apache/wicket/ajax/wicket-ajax.js?rev=998017&r1=998016&r2=998017&view=diff
==============================================================================
--- wicket/trunk/wicket/src/main/java/org/apache/wicket/ajax/wicket-ajax.js
(original)
+++ wicket/trunk/wicket/src/main/java/org/apache/wicket/ajax/wicket-ajax.js Fri
Sep 17 08:38:10 2010
@@ -1401,11 +1401,11 @@ Wicket.Ajax.Call.prototype = {
c.processContribution(steps, node);
},
- // Adds a closure that processes a redirect
+ // Adds a closure that processes a redirect
processRedirect: function(steps, node) {
- var text = node.firstChild.nodeValue;
- Wicket.Log.info("Redirecting to: "+text);
- window.location=text;
+ var text = node.firstChild.nodeValue;
+ Wicket.Log.info("Redirecting to: "+text);
+ window.location=text;
},
// mark the focused component so that we know if it has been replaced
by response