Skip to content

Commit

Permalink
Build 2.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ichernev committed Feb 3, 2016
1 parent df48104 commit dd9cff0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions min/moment-with-locales.js
Original file line number Diff line number Diff line change
Expand Up @@ -1810,7 +1810,7 @@
}

// ASP.NET json date format regex
var aspNetRegex = /(\-)?(?:(\d*)[. ])?(\d+)\:(\d+)(?:\:(\d+)\.?(\d{3})?)?/;
var aspNetRegex = /^(\-)?(?:(\d*)[. ])?(\d+)\:(\d+)(?:\:(\d+)\.?(\d{3})?\d*)?$/;

// from http://docs.closure-library.googlecode.com/git/closure_goog_date_date.js.source.html
// somewhat more in line with 4.4.3.2 2004 spec, but allows decimal anywhere
Expand Down Expand Up @@ -3567,12 +3567,12 @@
;

//! moment.js
//! version : 2.11.1
//! version : 2.11.2
//! authors : Tim Wood, Iskren Chernev, Moment.js contributors
//! license : MIT
//! momentjs.com

utils_hooks__hooks.version = '2.11.1';
utils_hooks__hooks.version = '2.11.2';

setHookCallback(local__createLocal);

Expand Down
Loading

0 comments on commit dd9cff0

Please sign in to comment.