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 2014/09/10 09:14:11 UTC

[3/3] git commit: update moment.js to 2.8.3

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

Branch: refs/heads/master
Commit: ce91b61edbe52a649d5d924f0cc44eeba08c3385
Parents: f71043e
Author: Jochen Kemnade <jo...@eddyson.de>
Authored: Wed Sep 10 09:13:49 2014 +0200
Committer: Jochen Kemnade <jo...@eddyson.de>
Committed: Wed Sep 10 09:13:49 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/ce91b61e/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 3dbab61..233f955 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.1.js")
+                                        @Path("${tapestry.asset.root}/moment-2.8.3.js")
                                         Resource moment,
 
                                         @Path("${" + SymbolConstants.BOOTSTRAP_ROOT + "}/js/transition.js")