Repository: wicket
Updated Branches:
  refs/heads/master be028e0bb -> 4d2e5680b


WICKET-5806 JSHint: 'console' is a global object

Fixes the build a our CI

(cherry picked from commit f14b5b108a493c2f25b1cdcef25f57908766d4f3)


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

Branch: refs/heads/master
Commit: 4d2e5680b23e55984e8ac159bdce63629e57df12
Parents: be028e0
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:10:13 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/4d2e5680/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 8ddd1cc..8af3d5f 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

Reply via email to