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/07/03 10:13:07 UTC

[3/4] git commit: WICKET-4635 Improve JavaScript files by applying common JSHint rules

WICKET-4635 Improve JavaScript files by applying common JSHint rules

Apply JSHint rules to modal.js


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

Branch: refs/heads/master
Commit: 95481df2aae64575c7d1f33933e0eeac1c2d0466
Parents: ee2022b
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Tue Jul 3 09:39:08 2012 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Tue Jul 3 09:39:08 2012 +0200

----------------------------------------------------------------------
 grunt.js                                           |    4 +-
 .../extensions/ajax/markup/html/modal/res/modal.js | 3078 ++++++++-------
 2 files changed, 1545 insertions(+), 1537 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/95481df2/grunt.js
----------------------------------------------------------------------
diff --git a/grunt.js b/grunt.js
index 587712a..2397560 100644
--- a/grunt.js
+++ b/grunt.js
@@ -29,8 +29,8 @@ module.exports = function(grunt) {
 			"wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/form/upload/progressbar.js",
 			"wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/form/palette/palette.js",
 			"wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/tree/res/tree.js",
-			"wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/wicket-autocomplete.js"
-//			"wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/modal/res/modal.js",
+			"wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/wicket-autocomplete.js",
+			"wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/modal/res/modal.js"
 		],
 		gruntJs = [
 			"grunt.js"