You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2014/07/02 10:28:56 UTC

git commit: Formatting. No functional changes

Repository: wicket
Updated Branches:
  refs/heads/wicket-6.x 46591fb10 -> 8b6b2ca6e


Formatting. No functional changes


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/8b6b2ca6
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/8b6b2ca6
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/8b6b2ca6

Branch: refs/heads/wicket-6.x
Commit: 8b6b2ca6eb9d8292c831e315ef7a4c48e520851d
Parents: 46591fb
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Wed Jul 2 11:28:38 2014 +0300
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Wed Jul 2 11:28:38 2014 +0300

----------------------------------------------------------------------
 testing/wicket-js-tests/Gruntfile.js | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/8b6b2ca6/testing/wicket-js-tests/Gruntfile.js
----------------------------------------------------------------------
diff --git a/testing/wicket-js-tests/Gruntfile.js b/testing/wicket-js-tests/Gruntfile.js
index e3a39ee..d26d31a 100644
--- a/testing/wicket-js-tests/Gruntfile.js
+++ b/testing/wicket-js-tests/Gruntfile.js
@@ -124,16 +124,16 @@ module.exports = function(grunt) {
 					port: 38888,
 //					debug: true,
 					middleware: function(connect, options, middlewares) {
-			            middlewares.unshift(function(req, res, next) {
-			            	if (req.url.indexOf('submitNestedForm') > 0) {
-			            		// WICKET-5631
-            					req.method = 'GET';
-            				}
-            				return next();
-			            });
+						middlewares.unshift(function(req, res, next) {
+							if (req.url.indexOf('submitNestedForm') > 0) {
+								// WICKET-5631
+								req.method = 'GET';
+							}
+							return next();
+						});
 
-			            return middlewares;
-			          },
+						return middlewares;
+					  },
 					base: '../../wicket-core/src'
 				}
 			}