You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by ml...@apache.org on 2013/12/17 11:47:51 UTC

[3/3] git commit: update jQuery to latest and greatest 1.10.2

update jQuery to latest and greatest 1.10.2


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/9490dcb5
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/9490dcb5
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/9490dcb5

Branch: refs/heads/master
Commit: 9490dcb51a607be0187d033726c1b5afb90ae692
Parents: 6c1bea2
Author: Massimo Lusetti <ml...@apache.org>
Authored: Tue Dec 17 11:41:44 2013 +0100
Committer: Massimo Lusetti <ml...@apache.org>
Committed: Tue Dec 17 11:41:44 2013 +0100

----------------------------------------------------------------------
 .../tapestry5/modules/JavaScriptModule.java     |    2 +-
 .../META-INF/assets/tapestry5/jquery-1.10.2.js  | 9789 ++++++++++++++++++
 .../META-INF/assets/tapestry5/jquery-1.9.1.js   | 9597 -----------------
 3 files changed, 9790 insertions(+), 9598 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/9490dcb5/tapestry-core/src/main/java/org/apache/tapestry5/modules/JavaScriptModule.java
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/java/org/apache/tapestry5/modules/JavaScriptModule.java b/tapestry-core/src/main/java/org/apache/tapestry5/modules/JavaScriptModule.java
index a556269..3a7d47f 100644
--- a/tapestry-core/src/main/java/org/apache/tapestry5/modules/JavaScriptModule.java
+++ b/tapestry-core/src/main/java/org/apache/tapestry5/modules/JavaScriptModule.java
@@ -137,7 +137,7 @@ public class JavaScriptModule
             configuration.add("t5/core/init", new StackExtension(StackExtensionType.MODULE, "t5/core/init"));
         }
 
-        configuration.add("jquery-library", StackExtension.library(ROOT + "/jquery-1.9.1.js"));
+        configuration.add("jquery-library", StackExtension.library(ROOT + "/jquery-1.10.2.js"));
 
         if (provider.equals("prototype"))
         {