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 2013/05/31 09:19:23 UTC

[12/14] git commit: WICKET-5208 Contribute jQuery 1.x or 2.x depending on the user agent

WICKET-5208 Contribute jQuery 1.x or 2.x depending on the user agent

Upgrade to latest revisions of jQuery.
Additionally add the source map files for debugging in production mode.


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

Branch: refs/heads/wicket-6.x
Commit: 02cbaa503a6494afee310f5d660aa13b79a33699
Parents: 2f4f02e
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Fri May 31 09:57:53 2013 +0300
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Fri May 31 10:18:32 2013 +0300

----------------------------------------------------------------------
 .../apache/wicket/resource/jquery/jquery-1.10.0.js | 9800 --------------
 .../wicket/resource/jquery/jquery-1.10.0.min.js    |    6 -
 .../apache/wicket/resource/jquery/jquery-1.10.1.js | 9807 +++++++++++++++
 .../wicket/resource/jquery/jquery-1.10.1.min.js    |    6 +
 .../wicket/resource/jquery/jquery-1.10.1.min.map   |    1 +
 .../apache/wicket/resource/jquery/jquery-2.0.1.js  | 8837 -------------
 .../wicket/resource/jquery/jquery-2.0.1.min.js     |    6 -
 .../apache/wicket/resource/jquery/jquery-2.0.2.js  | 8842 +++++++++++++
 .../wicket/resource/jquery/jquery-2.0.2.min.js     |    6 +
 .../wicket/resource/jquery/jquery-2.0.2.min.map    |    1 +
 wicket-core/src/test/js/all.html                   |    2 +-
 11 files changed, 18664 insertions(+), 18650 deletions(-)
----------------------------------------------------------------------