diff --git a/lib/javascripts/moment.js b/lib/javascripts/moment.js index d5e925c1d5d..7f1d25a4c5e 100644 --- a/lib/javascripts/moment.js +++ b/lib/javascripts/moment.js @@ -1171,10 +1171,7 @@ } utils_hooks__hooks.createFromInputFallback = deprecate( - 'moment construction falls back to js Date. This is ' + - 'discouraged and will be removed in upcoming major ' + - 'release. Please refer to ' + - 'https://github.com/moment/moment/issues/1407 for more info.', + 'moment construction falls back to js Date. This is discouraged and will be removed in upcoming major release. Please refer to https://github.com/moment/moment/issues/1407 for more info.', function (config) { config._d = new Date(config._i + (config._useUTC ? ' UTC' : '')); }