TAP5-2523: Upgrade Moment.js to 2.11.1
Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/69d92296 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/69d92296 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/69d92296 Branch: refs/heads/master Commit: 69d92296ba8647116ad767a629b3d32e4cc88b62 Parents: 3b5655d Author: Jochen Kemnade <[email protected]> Authored: Mon Jan 11 09:45:48 2016 +0100 Committer: Jochen Kemnade <[email protected]> Committed: Mon Jan 11 09:45:48 2016 +0100 ---------------------------------------------------------------------- .../tapestry5/modules/JavaScriptModule.java | 2 +- .../META-INF/assets/tapestry5/moment-2.11.0.js | 11083 ---------------- .../META-INF/assets/tapestry5/moment-2.11.1.js | 11144 +++++++++++++++++ 3 files changed, 11145 insertions(+), 11084 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/69d92296/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 6463e35..6450099 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.11.0.js") + @Path("${tapestry.asset.root}/moment-2.11.1.js") Resource moment, @Path("${" + SymbolConstants.BOOTSTRAP_ROOT + "}/js/transition.js")
