upgrade Moment.js
Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/5707e937 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/5707e937 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/5707e937 Branch: refs/heads/master Commit: 5707e937de120ea4492e484092c9a57203afd3b3 Parents: 000b85f Author: Jochen Kemnade <[email protected]> Authored: Wed Jul 13 14:24:04 2016 +0200 Committer: Jochen Kemnade <[email protected]> Committed: Wed Jul 13 14:24:04 2016 +0200 ---------------------------------------------------------------------- .../tapestry5/modules/JavaScriptModule.java | 2 +- .../META-INF/assets/tapestry5/moment-2.13.0.js | 12051 ----------------- .../META-INF/assets/tapestry5/moment-2.14.1.js | 11954 ++++++++++++++++ 3 files changed, 11955 insertions(+), 12052 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/5707e937/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 8a1f0e3..d442fe5 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.13.0.js") + @Path("${tapestry.asset.root}/moment-2.14.1.js") Resource moment, @Path("${" + SymbolConstants.BOOTSTRAP_ROOT + "}/js/transition.js")
