Author: knopp
Date: Tue Aug 26 13:49:58 2008
New Revision: 689218
URL: http://svn.apache.org/viewvc?rev=689218&view=rev
Log:
indent
Modified:
wicket/sandbox/knopp/experimental/wicket/src/main/java/org/apache/wicket/ajaxng/js/wicket-ajax-ng.js
Modified:
wicket/sandbox/knopp/experimental/wicket/src/main/java/org/apache/wicket/ajaxng/js/wicket-ajax-ng.js
URL:
http://svn.apache.org/viewvc/wicket/sandbox/knopp/experimental/wicket/src/main/java/org/apache/wicket/ajaxng/js/wicket-ajax-ng.js?rev=689218&r1=689217&r2=689218&view=diff
==============================================================================
---
wicket/sandbox/knopp/experimental/wicket/src/main/java/org/apache/wicket/ajaxng/js/wicket-ajax-ng.js
(original)
+++
wicket/sandbox/knopp/experimental/wicket/src/main/java/org/apache/wicket/ajaxng/js/wicket-ajax-ng.js
Tue Aug 26 13:49:58 2008
@@ -1422,10 +1422,10 @@
* will be appended to the URL.
This is simpler alternative to
* urlArgumentMethods.
*
- * ua, urlArgumentMethods - Method(s) Optional. Method or array of
methods that produce additional
- * URL arguments. Each of the
methods will get this
- * RequestQueueItem passed and must
return a
- * Map<String, String> (Object).
+ * ua, urlArgumentMethods - Method(s) Optional. Method or array of
methods that produce additional
+ * URL arguments. Each of the
methods will get this
+ * RequestQueueItem passed and must
return a
+ * Map<String, String> (Object).
*/
var RequestQueueItem = function(attributes)
{