You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by th...@apache.org on 2014/12/07 03:29:24 UTC

[26/45] tapestry-5 git commit: update Moment.js to 2.8.4

update Moment.js to 2.8.4


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

Branch: refs/heads/beanmodel-split
Commit: 23e512b1db758299d7ffc8fa3e654cbf53469318
Parents: 4649e75
Author: Jochen Kemnade <jo...@eddyson.de>
Authored: Wed Dec 3 16:25:56 2014 +0100
Committer: Jochen Kemnade <jo...@eddyson.de>
Committed: Wed Dec 3 16:25:56 2014 +0100

----------------------------------------------------------------------
 .../tapestry5/modules/JavaScriptModule.java     |    2 +-
 .../META-INF/assets/tapestry5/moment-2.8.3.js   | 9156 -----------------
 .../META-INF/assets/tapestry5/moment-2.8.4.js   | 9394 ++++++++++++++++++
 3 files changed, 9395 insertions(+), 9157 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/23e512b1/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 556610d..4e096fb 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-0.9.3.js")
                                         Resource typeahead,
 
-                                        @Path("${tapestry.asset.root}/moment-2.8.3.js")
+                                        @Path("${tapestry.asset.root}/moment-2.8.4.js")
                                         Resource moment,
 
                                         @Path("${" + SymbolConstants.BOOTSTRAP_ROOT + "}/js/transition.js")