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/06/12 10:06:19 UTC

[3/3] git commit: update Moment.js to 2.7.0

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

Branch: refs/heads/master
Commit: 33eba2123cd96d44fb0979ce3ec18c884550a56f
Parents: 63ad93a
Author: Jochen Kemnade <jo...@eddyson.de>
Authored: Thu Jun 12 10:05:51 2014 +0200
Committer: Jochen Kemnade <jo...@eddyson.de>
Committed: Thu Jun 12 10:05:51 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/33eba212/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 0d08463..314c423 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.6.0.js")
+                                        @Path("${tapestry.asset.root}/moment-2.7.0.js")
                                         Resource moment,
 
                                         @Path("${" + SymbolConstants.BOOTSTRAP_ROOT + "}/js/transition.js")