Repository: wicket Updated Branches: refs/heads/master f250cad51 -> 7932538b0
WICKET-6305 Remove the lint check for jquery.wicketatmosphere.js Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/7932538b Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/7932538b Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/7932538b Branch: refs/heads/master Commit: 7932538b040199d190f815099c9892e295b109a1 Parents: f250cad Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Tue Jan 31 21:53:11 2017 +0100 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Tue Jan 31 21:53:11 2017 +0100 ---------------------------------------------------------------------- testing/wicket-js-tests/Gruntfile.js | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/7932538b/testing/wicket-js-tests/Gruntfile.js ---------------------------------------------------------------------- diff --git a/testing/wicket-js-tests/Gruntfile.js b/testing/wicket-js-tests/Gruntfile.js index af593e7..a25af40 100644 --- a/testing/wicket-js-tests/Gruntfile.js +++ b/testing/wicket-js-tests/Gruntfile.js @@ -40,9 +40,6 @@ module.exports = function(grunt) { nativeWebSocketJs = [ "../../wicket-native-websocket/wicket-native-websocket-core/src/main/java/org/apache/wicket/protocol/ws/api/res/js/wicket-websocket-jquery.js" ], - atmosphereJs = [ - "../../wicket-experimental/wicket-atmosphere/src/main/java/org/apache/wicket/atmosphere/jquery.wicketatmosphere.js" - ], testsJs = [ "../../wicket-core/src/test/js/ajax.js", "../../wicket-core/src/test/js/head.js",
