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 2012/01/02 10:14:24 UTC

git commit: Remove unused variable

Updated Branches:
  refs/heads/master 09104b5cd -> 3cfdc6bc8


Remove unused variable


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

Branch: refs/heads/master
Commit: 3cfdc6bc881fc2a217fe402b591a416dfcdc67c8
Parents: 09104b5
Author: martin-g <mg...@apache.org>
Authored: Mon Jan 2 11:14:17 2012 +0200
Committer: martin-g <mg...@apache.org>
Committed: Mon Jan 2 11:14:17 2012 +0200

----------------------------------------------------------------------
 .../wicket/ajax/res/js/wicket-ajax-jquery-debug.js |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/3cfdc6bc/wicket-core/src/main/java/org/apache/wicket/ajax/res/js/wicket-ajax-jquery-debug.js
----------------------------------------------------------------------
diff --git a/wicket-core/src/main/java/org/apache/wicket/ajax/res/js/wicket-ajax-jquery-debug.js b/wicket-core/src/main/java/org/apache/wicket/ajax/res/js/wicket-ajax-jquery-debug.js
index 683f503..6aa235c 100644
--- a/wicket-core/src/main/java/org/apache/wicket/ajax/res/js/wicket-ajax-jquery-debug.js
+++ b/wicket-core/src/main/java/org/apache/wicket/ajax/res/js/wicket-ajax-jquery-debug.js
@@ -46,8 +46,6 @@
 		 */
 		enabled: false,
 
-		showResponseText : false,
-
 		scrollLock : false,
 
 		debugWindowId : 'wicketAjaxDebugWindow',