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 2013/02/06 09:52:00 UTC

[31/38] git commit: WICKET-4926 fixed problem inside modal window; simplified; not need for ajax reference

WICKET-4926 fixed problem inside modal window; simplified; not need for ajax reference

Update grunt config for lint checking of .js files


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

Branch: refs/heads/reference-guide
Commit: 2b366cab46423ef4c2404cc8705956188334cd0a
Parents: 81d2294
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Mon Feb 4 09:22:59 2013 +0100
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Mon Feb 4 09:22:59 2013 +0100

----------------------------------------------------------------------
 grunt.js |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/2b366cab/grunt.js
----------------------------------------------------------------------
diff --git a/grunt.js b/grunt.js
index c3346ff..8dc0fdc 100644
--- a/grunt.js
+++ b/grunt.js
@@ -19,11 +19,8 @@ module.exports = function(grunt) {
 			'wicket-core/src/main/java/org/apache/wicket/ajax/res/js/wicket-event-jquery.js',
 			'wicket-core/src/main/java/org/apache/wicket/ajax/res/js/wicket-ajax-jquery-debug.js',
 			'wicket-core/src/main/java/org/apache/wicket/ajax/res/js/wicket-ajax-jquery.js',
-			"wicket-core/src/main/java/org/apache/wicket/markup/html/form/CheckGroupSelector.js",
-			"wicket-core/src/main/java/org/apache/wicket/markup/html/form/CheckboxMultipleChoiceSelector.js",
-			"wicket-core/src/main/java/org/apache/wicket/markup/html/form/AbstractCheckSelector.js",
+			"wicket-core/src/main/java/org/apache/wicket/markup/html/form/CheckSelector.js",
 			"wicket-core/src/main/java/org/apache/wicket/markup/html/form/upload/MultiFileUploadField.js",
-			"wicket-core/src/main/java/org/apache/wicket/markup/html/form/CheckBoxSelector.js",
 			"wicket-core/src/main/java/org/apache/wicket/ajax/form/AjaxFormChoiceComponentUpdatingBehavior.js"
 		],
 		extensionsJs = [