update 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/9a5c183a Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/9a5c183a Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/9a5c183a Branch: refs/heads/master Commit: 9a5c183afb8f159567b739446d90b9ba278d3279 Parents: a3dfd3a Author: Jochen Kemnade <[email protected]> Authored: Tue Jul 28 09:00:05 2015 +0200 Committer: Jochen Kemnade <[email protected]> Committed: Tue Jul 28 09:00:05 2015 +0200 ---------------------------------------------------------------------- .../tapestry5/modules/JavaScriptModule.java | 2 +- .../META-INF/assets/tapestry5/moment-2.10.5.js | 9977 ------------------ .../META-INF/assets/tapestry5/moment-2.10.6.js | 9977 ++++++++++++++++++ 3 files changed, 9978 insertions(+), 9978 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/9a5c183a/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 28f351b..4ac11d7 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.js") Resource typeahead, - @Path("${tapestry.asset.root}/moment-2.10.5.js") + @Path("${tapestry.asset.root}/moment-2.10.6.js") Resource moment, @Path("${" + SymbolConstants.BOOTSTRAP_ROOT + "}/js/transition.js")
