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/05/13 13:45:27 UTC

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

update Moment.js to 2.10.3


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

Branch: refs/heads/master
Commit: a77a6c251300919ba56094724ffc7a8315da878d
Parents: 8364154
Author: Jochen Kemnade <jo...@eddyson.de>
Authored: Wed May 13 13:43:09 2015 +0200
Committer: Jochen Kemnade <jo...@eddyson.de>
Committed: Wed May 13 13:43:09 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/a77a6c25/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 a2a3b8d..2c082dc 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.2.js")
+                                        @Path("${tapestry.asset.root}/moment-2.10.3.js")
                                         Resource moment,
 
                                         @Path("${" + SymbolConstants.BOOTSTRAP_ROOT + "}/js/transition.js")