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 2016/01/04 11:06:23 UTC

[3/3] tapestry-5 git commit: TAP5-2523: Upgrade Moment.js to 2.11.0

TAP5-2523: Upgrade Moment.js to 2.11.0


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

Branch: refs/heads/master
Commit: e861a0c56a0f730c1b64a5d56def365e4888ccf6
Parents: 6e3e186
Author: Jochen Kemnade <jo...@eddyson.de>
Authored: Mon Jan 4 11:04:34 2016 +0100
Committer: Jochen Kemnade <jo...@eddyson.de>
Committed: Mon Jan 4 11:04:34 2016 +0100

----------------------------------------------------------------------
 .../tapestry5/modules/JavaScriptModule.java     |     2 +-
 .../META-INF/assets/tapestry5/moment-2.10.6.js  |  9977 ---------------
 .../META-INF/assets/tapestry5/moment-2.11.0.js  | 11083 +++++++++++++++++
 3 files changed, 11084 insertions(+), 9978 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/e861a0c5/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 432992d..6463e35 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
@@ -355,7 +355,7 @@ public class JavaScriptModule
                                         @Path("${tapestry.asset.root}/typeahead.js")
                                         Resource typeahead,
 
-                                        @Path("${tapestry.asset.root}/moment-2.10.6.js")
+                                        @Path("${tapestry.asset.root}/moment-2.11.0.js")
                                         Resource moment,
 
                                         @Path("${" + SymbolConstants.BOOTSTRAP_ROOT + "}/js/transition.js")