Repository: wicket Updated Branches: refs/heads/wicket-6.x 86e49b017 -> f14b5b108
WICKET-5806 JSHint: 'console' is a global object Fixes the build a our CI Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/f14b5b10 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/f14b5b10 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/f14b5b10 Branch: refs/heads/wicket-6.x Commit: f14b5b108a493c2f25b1cdcef25f57908766d4f3 Parents: 86e49b0 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Sun Jan 11 22:09:23 2015 +0100 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Sun Jan 11 22:09:23 2015 +0100 ---------------------------------------------------------------------- .../main/java/org/apache/wicket/ajax/res/js/wicket-ajax-jquery.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/f14b5b10/wicket-core/src/main/java/org/apache/wicket/ajax/res/js/wicket-ajax-jquery.js ---------------------------------------------------------------------- diff --git a/wicket-core/src/main/java/org/apache/wicket/ajax/res/js/wicket-ajax-jquery.js b/wicket-core/src/main/java/org/apache/wicket/ajax/res/js/wicket-ajax-jquery.js index 963870d..2dc6192 100644 --- a/wicket-core/src/main/java/org/apache/wicket/ajax/res/js/wicket-ajax-jquery.js +++ b/wicket-core/src/main/java/org/apache/wicket/ajax/res/js/wicket-ajax-jquery.js @@ -15,7 +15,7 @@ * limitations under the License. */ -/*global DOMParser: true, ActiveXObject: true */ +/*global DOMParser: true, ActiveXObject: true, console: true */ /* * Wicket Ajax Support
