You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by jk...@apache.org on 2014/04/27 10:43:34 UTC

[4/5] git commit: TAP5-2277: update Moment.js to latest release

TAP5-2277: update Moment.js to latest release


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

Branch: refs/heads/master
Commit: 36375f07cb45f6da87434f4c2ba2b010397d0e05
Parents: 3e600c7
Author: Jochen Kemnade <jo...@web.de>
Authored: Sat Apr 26 16:36:08 2014 +0200
Committer: Jochen Kemnade <jo...@web.de>
Committed: Sat Apr 26 17:41:20 2014 +0200

----------------------------------------------------------------------
 .../tapestry5/modules/JavaScriptModule.java     |    2 +-
 .../META-INF/assets/tapestry5/moment-2.4.0.js   | 7063 ----------------
 .../META-INF/assets/tapestry5/moment-2.6.0.js   | 7993 ++++++++++++++++++
 3 files changed, 7994 insertions(+), 7064 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/36375f07/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 0986756..0d08463 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
@@ -299,7 +299,7 @@ public class JavaScriptModule
                                         @Path("${tapestry.asset.root}/typeahead-0.9.3.js")
                                         Resource typeahead,
 
-                                        @Path("${tapestry.asset.root}/moment-2.4.0.js")
+                                        @Path("${tapestry.asset.root}/moment-2.6.0.js")
                                         Resource moment,
 
                                         @Path("${" + SymbolConstants.BOOTSTRAP_ROOT + "}/js/transition.js")