You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by jk...@apache.org on 2015/04/09 08:52:48 UTC

[3/3] tapestry-5 git commit: update Moment.js to 2.10.2

update Moment.js to 2.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/97a5f871
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/97a5f871
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/97a5f871

Branch: refs/heads/master
Commit: 97a5f871eb1903a67e0d7128da3fd60b6cc6527a
Parents: cba8497
Author: Jochen Kemnade <jo...@eddyson.de>
Authored: Thu Apr 9 08:52:29 2015 +0200
Committer: Jochen Kemnade <jo...@eddyson.de>
Committed: Thu Apr 9 08:52:29 2015 +0200

----------------------------------------------------------------------
 .../tapestry5/modules/JavaScriptModule.java     |    2 +-
 .../META-INF/assets/tapestry5/moment-2.10.0.js  | 9449 ------------------
 .../META-INF/assets/tapestry5/moment-2.10.2.js  | 9449 ++++++++++++++++++
 3 files changed, 9450 insertions(+), 9450 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/97a5f871/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 b34935d..3fcd18f 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
@@ -346,7 +346,7 @@ public class JavaScriptModule
                                         @Path("${tapestry.asset.root}/typeahead.js")
                                         Resource typeahead,
 
-                                        @Path("${tapestry.asset.root}/moment-2.10.0.js")
+                                        @Path("${tapestry.asset.root}/moment-2.10.2.js")
                                         Resource moment,
 
                                         @Path("${" + SymbolConstants.BOOTSTRAP_ROOT + "}/js/transition.js")