var LANG_TEST = "ca de en en-gb es eu fr gl it kr nb nl pl pt ru sv tr".split(" ");
var LANG_PREFIX = "(function() { var moment; if (typeof window === 'undefined') { moment = require('../../moment'); module = QUnit.module; } else { moment = window.moment; }";
var LANG_SUFFIX = "})();";
-var VERSION = '1.3.0';
+var VERSION = '1.4.0';
var MINIFY_COMMENT = '/* Moment.js | version : ' + VERSION + ' | author : Tim Wood | license : MIT */\n';
var MINSIZE = 0;
var SRCSIZE = 0;
// (c) 2011 Tim Wood
// Moment.js is freely distributable under the terms of the MIT license.
//
-// Version 1.3.0
+// Version 1.4.0
/*global define:false */
tokenCharacters = /(\\)?(MM?M?M?|dd?d?d|DD?D?D?|YYYY|YY|a|A|hh?|HH?|mm?|ss?|ZZ?|T)/g,
inputCharacters = /(\\)?([0-9]+|([a-zA-Z\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+|([\+\-]\d\d:?\d\d))/gi,
timezoneParseRegex = /([\+\-]|\d\d)/gi,
- VERSION = "1.3.0",
+ VERSION = "1.4.0",
shortcuts = 'Month|Date|Hours|Minutes|Seconds|Milliseconds'.split('|');
// Moment prototype object
{
"name": "moment",
- "version": "1.3.0",
+ "version": "1.4.0",
"description": "Moment.js is a javascript date library that helps create, manipulate, and format dates without extending the `Date` prototype.",
"homepage": "https://github.com/timrwood/moment",
"author": "Tim Wood <washwithcare@gmail.com> (http://timwoodcreates.com/)",