Reorg method categories.

This commit is contained in:
John-David Dalton
2014-12-16 09:47:50 -08:00
parent 7405e3c12a
commit c8b159e38c
2 changed files with 161 additions and 157 deletions

View File

@@ -11875,7 +11875,7 @@
dateCount = 0;
var getTime = function() {
return ++dateCount < 3 ? +new Date : Infinity;
return ++dateCount == 5 ? Infinity : +new Date;
};
var lodash = _.runInContext(_.assign({}, root, {
@@ -12135,7 +12135,7 @@
dateCount = 0;
var getTime = function() {
return ++dateCount < 2 ? +new Date : +new Date(2012, 3, 23, 23, 27, 18);
return ++dateCount === 4 ? +new Date(2012, 3, 23, 23, 27, 18) : +new Date;
};
var lodash = _.runInContext(_.assign({}, root, {