Martin Grigorov created WICKET-4635: ---------------------------------------
Summary: Improve JavaScript files by applying common JSHint rules Key: WICKET-4635 URL: https://issues.apache.org/jira/browse/WICKET-4635 Project: Wicket Issue Type: Improvement Components: wicket, wicket-datetime, wicket-extensions Affects Versions: 6.0.0-beta2 Reporter: Martin Grigorov Assignee: Martin Grigorov We can improve the quality of our .js files by using JSHint to check for some common best practices. Recently I've added grunt.js in the root folder of the project. It can be used to run JSHint and QUnit tests on the command line after making changes to any of the .js files. For now it process only wicket-event-jquery.js, wicket-ajax-jquery.js and wicket-ajax-debug-jquery.js. We should add all .js files from all modules. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira