Rebuild dist/docs.

This commit is contained in:
John-David Dalton
2014-02-05 22:21:47 -08:00
parent 5a4826e660
commit b9d314e64c
7 changed files with 35 additions and 31 deletions

View File

@@ -6960,8 +6960,9 @@
*/
function createCallback(func, thisArg, argCount) {
var type = typeof func;
if (func == null || type == 'function') {
return baseCreateCallback(func, thisArg, argCount);
if (type == 'function' || func == null) {
return (typeof thisArg == 'undefined' || !('prototype' in func)) &&
func || baseCreateCallback(func, thisArg, argCount);
}
// handle "_.pluck" and "_.where" style callback shorthands
return type != 'object' ? property(func) : match(func);
@@ -7321,10 +7322,10 @@
* // => 'slate'
*/
function result(object, key, defaultValue) {
if (object == null || typeof object[key] == 'undefined') {
var value = object == null ? undefined : object[key];
if (typeof value == 'undefined') {
return defaultValue;
}
var value = object[key];
return isFunction(value) ? object[key]() : value;
}

View File

@@ -32,9 +32,9 @@ else ht(n,function(n,r,u){a[++e]=t(n,r,u)});return a}function Gt(n,t,r){var o=-1
return Ot(n,j|O,r,t,e)}function nr(n,t,r){var e,u,o,a,i,l,f,c=0,p=false,s=true;if(!or(n))throw new kr;if(t=Zr(0,t)||0,true===r)var g=true,s=false;else ar(r)&&(g=r.leading,p="maxWait"in r&&(Zr(t,r.maxWait)||0),s="trailing"in r?r.trailing:s);var h=function(){var r=t-(Ce()-a);0<r?l=Kr(h,r):(u&&qr(u),r=f,u=l=f=w,r&&(c=Ce(),o=n.apply(i,e),l||u||(e=i=null)))},v=function(){l&&qr(l),u=l=f=w,(s||p!==t)&&(c=Ce(),o=n.apply(i,e),l||u||(e=i=null))};return function(){if(e=arguments,a=Ce(),i=this,f=s&&(l||!g),false===p)var r=g&&!l;
else{u||g||(c=a);var y=p-(a-c),m=0>=y;m?(u&&(u=qr(u)),c=a,o=n.apply(i,e)):u||(u=Kr(v,y))}return m&&l?l=qr(l):l||t===p||(l=Kr(h,t)),r&&(m=true,o=n.apply(i,e)),!m||l||u||(e=i=null),o}}function tr(n,t,r){var e=arguments,u=0,o=e.length,a=typeof r;if("number"!=a&&"string"!=a||!e[3]||e[3][r]!==t||(o=2),3<o&&"function"==typeof e[o-2])var i=H(e[--o-1],e[o--],2);else 2<o&&"function"==typeof e[o-1]&&(i=e[--o]);for(;++u<o;)if(t=e[u],ar(t))for(var a=-1,l=_e(t),f=l.length;++a<f;){var c=l[a];n[c]=i?i(n[c],t[c]):t[c]
}return n}function rr(n,t,r){var e=arguments,u=0,o=e.length,a=typeof r;for("number"!=a&&"string"!=a||!e[3]||e[3][r]!==t||(o=2);++u<o;)if(t=e[u],ar(t))for(var a=-1,i=_e(t),l=i.length;++a<l;){var f=i[a];"undefined"==typeof n[f]&&(n[f]=t[f])}return n}function er(n){var t=[];return se(n,function(n,r){or(n)&&t.push(r)}),t.sort()}function ur(n){return n&&typeof n=="object"&&1===n.nodeType&&(fe.nodeClass?-1<Rr.call(n).indexOf("Element"):p(n))||false}function or(n){return typeof n=="function"}function ar(n){var t=typeof n;
return n&&("function"==t||"object"==t)||false}function ir(n){var t=typeof n;return"number"==t||n&&"object"==t&&Rr.call(n)==ot||false}function lr(n){return typeof n=="string"||n&&typeof n=="object"&&Rr.call(n)==lt||false}function fr(n){for(var t=-1,r=_e(n),e=r.length,u=yr(e);++t<e;)u[t]=n[r[t]];return u}function cr(n,t,r){var e=typeof n;return null==n||"function"==e?H(n,t,r):"object"!=e?vr(n):sr(n)}function pr(n){return n}function sr(n){n||(n={});var t=_e(n),r=t[0],e=n[r];return 1!=t.length||e!==e||ar(e)?function(r){for(var e=t.length,u=false;e--&&(u=t[e],u=Br.call(r,u)&&wt(r[u],n[u],null,true)););return u
}:function(n){return Br.call(n,r)?(n=n[r],e===n&&(0!==e||1/e==1/n)):false}}function gr(n,t,r){var e=true,o=t&&er(t);t&&(r||o.length)||(null==r&&(r=t),t=n,n=u,o=er(t)),false===r?e=false:ar(r)&&"chain"in r&&(e=r.chain),r=-1;for(var a=or(n),i=o?o.length:0;++r<i;){var l=o[r],f=n[l]=t[l];a&&(n.prototype[l]=function(t){return function(){var r=this.__chain__,u=this.__wrapped__,o=[u];if(Dr.apply(o,arguments),o=t.apply(n,o),e||r){if(u===o&&ar(o))return this;o=new n(o),o.__chain__=r}return o}}(f))}}function hr(){}function vr(n){return function(t){return t[n]
}}n=n?bt.defaults(yt.Object(),n,bt.pick(yt,Q)):yt;var yr=n.Array,mr=n.Boolean,dr=n.Date,br=n.Function,_r=n.Math,wr=n.Number,jr=n.Object,xr=n.RegExp,Cr=n.String,kr=n.TypeError,Or=yr.prototype,Er=n.Error.prototype,Sr=jr.prototype,Ar=Cr.prototype,Ir=(Ir=n.window)&&Ir.document,Nr=n._,Rr=Sr.toString,Tr=xr("^"+Cr(Rr).replace(/[.*+?^${}()|[\]\\]/g,"\\$&").replace(/toString|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Pr=_r.ceil,qr=n.clearTimeout,Fr=_r.floor,$r=br.prototype.toString,Lr=At(Lr=jr.getPrototypeOf)&&Lr,Br=Sr.hasOwnProperty,Dr=Or.push,Wr=Sr.propertyIsEnumerable,zr=At(zr=n.Set)&&zr,Kr=n.setTimeout,Mr=Or.splice,Ur=Or.unshift,Vr=function(){try{var n={},t=At(t=jr.defineProperty)&&t,r=t(n,n,n)&&t
return n&&("function"==t||"object"==t)||false}function ir(n){var t=typeof n;return"number"==t||n&&"object"==t&&Rr.call(n)==ot||false}function lr(n){return typeof n=="string"||n&&typeof n=="object"&&Rr.call(n)==lt||false}function fr(n){for(var t=-1,r=_e(n),e=r.length,u=yr(e);++t<e;)u[t]=n[r[t]];return u}function cr(n,t,r){var e=typeof n;return"function"==e||null==n?(typeof t=="undefined"||!("prototype"in n))&&n||H(n,t,r):"object"!=e?vr(n):sr(n)}function pr(n){return n}function sr(n){n||(n={});var t=_e(n),r=t[0],e=n[r];
return 1!=t.length||e!==e||ar(e)?function(r){for(var e=t.length,u=false;e--&&(u=t[e],u=Br.call(r,u)&&wt(r[u],n[u],null,true)););return u}:function(n){return Br.call(n,r)?(n=n[r],e===n&&(0!==e||1/e==1/n)):false}}function gr(n,t,r){var e=true,o=t&&er(t);t&&(r||o.length)||(null==r&&(r=t),t=n,n=u,o=er(t)),false===r?e=false:ar(r)&&"chain"in r&&(e=r.chain),r=-1;for(var a=or(n),i=o?o.length:0;++r<i;){var l=o[r],f=n[l]=t[l];a&&(n.prototype[l]=function(t){return function(){var r=this.__chain__,u=this.__wrapped__,o=[u];if(Dr.apply(o,arguments),o=t.apply(n,o),e||r){if(u===o&&ar(o))return this;
o=new n(o),o.__chain__=r}return o}}(f))}}function hr(){}function vr(n){return function(t){return t[n]}}n=n?bt.defaults(yt.Object(),n,bt.pick(yt,Q)):yt;var yr=n.Array,mr=n.Boolean,dr=n.Date,br=n.Function,_r=n.Math,wr=n.Number,jr=n.Object,xr=n.RegExp,Cr=n.String,kr=n.TypeError,Or=yr.prototype,Er=n.Error.prototype,Sr=jr.prototype,Ar=Cr.prototype,Ir=(Ir=n.window)&&Ir.document,Nr=n._,Rr=Sr.toString,Tr=xr("^"+Cr(Rr).replace(/[.*+?^${}()|[\]\\]/g,"\\$&").replace(/toString|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Pr=_r.ceil,qr=n.clearTimeout,Fr=_r.floor,$r=br.prototype.toString,Lr=At(Lr=jr.getPrototypeOf)&&Lr,Br=Sr.hasOwnProperty,Dr=Or.push,Wr=Sr.propertyIsEnumerable,zr=At(zr=n.Set)&&zr,Kr=n.setTimeout,Mr=Or.splice,Ur=Or.unshift,Vr=function(){try{var n={},t=At(t=jr.defineProperty)&&t,r=t(n,n,n)&&t
}catch(e){}return r}(),Xr=At(Xr=Ar.contains)&&Xr,Gr=At(Gr=jr.create)&&Gr,Hr=At(Hr=yr.isArray)&&Hr,Jr=n.isFinite,Qr=n.isNaN,Yr=At(Yr=jr.keys)&&Yr,Zr=_r.max,ne=_r.min,te=At(te=dr.now)&&te,re=n.parseInt,ee=_r.random,ue=At(ue=Ar.trim)&&!ue.call(G)&&ue,oe=At(oe=Ar.trimLeft)&&!oe.call(G)&&oe,ae=At(ae=Ar.trimRight)&&!ae.call(G)&&ae,ie={};ie[nt]=yr,ie[tt]=mr,ie[rt]=dr,ie[ut]=br,ie[at]=jr,ie[ot]=wr,ie[it]=xr,ie[lt]=Cr;var le={};le[nt]=le[rt]=le[ot]={constructor:true,toLocaleString:true,toString:true,valueOf:true},le[tt]=le[lt]={constructor:true,toString:true,valueOf:true},le[et]=le[ut]=le[it]={constructor:true,toString:true},le[at]={constructor:true},function(){for(var n=Y.length;n--;){var t,r=Y[n];
for(t in le)Br.call(le,t)&&!Br.call(le[t],r)&&(le[t][r]=false)}}(),o.prototype=u.prototype;var fe=u.support={};!function(){var t=function(){this.x=1},r={0:1,length:1},e=[];t.prototype={valueOf:1,y:1};for(var u in new t)e.push(u);for(u in arguments);fe.argsClass=Rr.call(arguments)==Z,fe.argsObject=arguments.constructor==jr&&!(arguments instanceof yr),fe.enumErrorProps=Wr.call(Er,"message")||Wr.call(Er,"name"),fe.enumPrototypes=Wr.call(t,"prototype"),fe.funcDecomp=!At(n.WinRTError)&&V.test(_),fe.funcNames=typeof br.name=="string",fe.nonEnumArgs=0!=u,fe.nonEnumShadows=!/valueOf/.test(e),fe.ownLast="x"!=e[0],fe.spliceObjects=(Mr.call(r,0,1),!r[0]),fe.unindexedChars="xx"!="x"[0]+jr("x")[0];
try{fe.dom=11===Ir.createDocumentFragment().nodeType}catch(o){fe.dom=false}try{fe.nodeClass=!(Rr.call(undefined)==at&&!({toString:0}+""))}catch(a){fe.nodeClass=true}}(1),u.templateSettings={escape:L,evaluate:B,interpolate:D,variable:"",imports:{_:u}},Gr||(A=function(){function t(){}return function(r){if(ar(r)){t.prototype=r;var e=new t;t.prototype=null}return e||n.Object()}}());var ce=zr&&function(n){var t=new zr,r=n?n.length:0;for(t.push=t.add;r--;)t.push(n[r]);return t},pe=Vr?function(n,t){pt.value=t,Vr(n,N,pt)}:hr;fe.argsClass||(Nt=function(n){return n&&typeof n=="object"&&typeof n.length=="number"&&Br.call(n,"callee")&&!Wr.call(n,"callee")||false
@@ -58,7 +58,7 @@ return"boolean"!=u&&null!=t&&(e=r,r=t,t=false,"number"!=u&&"string"!=u||!e||e[r]
}),e},u.findLast=function(n,t,r){var e;return t=u.createCallback(t,r,3),vt(n,function(n,r,u){return t(n,r,u)?(e=n,false):void 0}),e},u.findLastIndex=function(n,t,r){var e=n?n.length:0;for(t=u.createCallback(t,r,3);e--;)if(t(n[e],e,n))return e;return-1},u.findLastKey=function(n,t,r){var e;return t=u.createCallback(t,r,3),_t(n,function(n,r,u){return t(n,r,u)?(e=r,false):void 0}),e},u.has=function(n,t){return n?Br.call(n,t):false},u.identity=pr,u.indexOf=Tt,u.isArguments=Nt,u.isArray=de,u.isBoolean=function(n){return true===n||false===n||n&&typeof n=="object"&&Rr.call(n)==tt||false
},u.isDate=function(n){return n&&typeof n=="object"&&Rr.call(n)==rt||false},u.isElement=ur,u.isEmpty=function(n){var t=true;if(!n)return t;var r=Rr.call(n),e=n.length;return r==nt||r==lt||(fe.argsClass?r==Z:Nt(n))||r==at&&typeof e=="number"&&or(n.splice)?!e:(dt(n,function(){return t=false}),t)},u.isEqual=function(n,t,r,e){return wt(n,t,typeof r=="function"&&H(r,e,2))},u.isFinite=function(n){return Jr(n)&&!Qr(parseFloat(n))},u.isFunction=or,u.isNaN=function(n){return ir(n)&&n!=+n},u.isNull=function(n){return null===n
},u.isNumber=ir,u.isObject=ar,u.isPlainObject=be,u.isRegExp=function(n){var t=typeof n;return n&&("function"==t||"object"==t)&&Rr.call(n)==it||false},u.isString=lr,u.isUndefined=function(n){return typeof n=="undefined"},u.lastIndexOf=function(n,t,r){var e=n?n.length:0;for(typeof r=="number"&&(e=(0>r?Zr(0,e+r):ne(r,e-1))+1);e--;)if(n[e]===t)return e;return-1},u.mixin=gr,u.noConflict=function(){return n._=Nr,this},u.noop=hr,u.now=Ce,u.parseInt=ke,u.random=function(n,t,r){var e=null==n,u=null==t;return null==r&&(u&&typeof n=="boolean"?(r=n,n=1):typeof t=="boolean"&&(r=t,u=true)),e&&u&&(t=1,u=false),n=+n||0,u?(t=n,n=0):t=+t||0,r||n%1||t%1?(r=ee(),ne(n+r*(t-n+parseFloat("1e-"+((r+"").length-1))),t)):xt(n,t)
},u.reduce=Ht,u.reduceRight=Jt,u.result=function(n,t,r){return null==n||"undefined"==typeof n[t]?r:(r=n[t],or(r)?n[t]():r)},u.runInContext=_,u.size=function(n){var t=n?n.length:0;return typeof t=="number"?t:_e(n).length},u.some=Yt,u.sortedIndex=Ft,u.template=function(n,t,r){var e=u.templateSettings;n=Cr(n||""),r=rr({},r,e);var o,a=rr({},r.imports,e.imports),e=_e(a),a=fr(a),i=0,l=r.interpolate||U,c="__p+='",l=xr((r.escape||U).source+"|"+l.source+"|"+(l===D?W:U).source+"|"+(r.evaluate||U).source+"|$","g");
},u.reduce=Ht,u.reduceRight=Jt,u.result=function(n,t,r){var e=null==n?w:n[t];return typeof e=="undefined"?r:or(e)?n[t]():e},u.runInContext=_,u.size=function(n){var t=n?n.length:0;return typeof t=="number"?t:_e(n).length},u.some=Yt,u.sortedIndex=Ft,u.template=function(n,t,r){var e=u.templateSettings;n=Cr(n||""),r=rr({},r,e);var o,a=rr({},r.imports,e.imports),e=_e(a),a=fr(a),i=0,l=r.interpolate||U,c="__p+='",l=xr((r.escape||U).source+"|"+l.source+"|"+(l===D?W:U).source+"|"+(r.evaluate||U).source+"|$","g");
n.replace(l,function(t,r,e,u,a,l){return e||(e=u),c+=n.slice(i,l).replace(X,f),r&&(c+="'+__e("+r+")+'"),a&&(o=true,c+="';"+a+";\n__p+='"),e&&(c+="'+((__t=("+e+"))==null?'':__t)+'"),i=l+t.length,t}),c+="';",l=r=r.variable,l||(r="obj",c="with("+r+"){"+c+"}"),c=(o?c.replace(T,""):c).replace(P,"$1").replace(q,"$1;"),c="function("+r+"){"+(l?"":r+"||("+r+"={});")+"var __t,__p='',__e=_.escape"+(o?",__j=Array.prototype.join;function print(){__p+=__j.call(arguments,'')}":";")+c+"return __p}";try{var p=br(e,"return "+c).apply(w,a)
}catch(s){throw s.source=c,s}return t?p(t):(p.source=c,p)},u.trim=we,u.trimLeft=je,u.trimRight=xe,u.unescape=function(n){return null==n?"":(n=Cr(n),0>n.indexOf(";")?n:n.replace(F,b))},u.uniqueId=function(n){var t=++R;return Cr(null==n?"":n)+t},u.all=zt,u.any=Yt,u.detect=Mt,u.findWhere=Mt,u.foldl=Ht,u.foldr=Jt,u.include=Wt,u.inject=Ht,gr(function(){var n={};return dt(u,function(t,r){u.prototype[r]||(n[r]=t)}),n}(),false),u.first=Rt,u.last=function(n,t,r){var e=0,o=n?n.length:0;if(typeof t!="number"&&null!=t){var a=o;
for(t=u.createCallback(t,r,3);a--&&t(n[a],a,n);)e++}else if(e=t,null==e||r)return n?n[o-1]:w;return e=o-e,qt(n,0<e?e:0)},u.sample=function(n,t,r){return n&&typeof n.length!="number"?n=fr(n):fe.unindexedChars&&lr(n)&&(n=n.split("")),null==t||r?n?n[xt(0,n.length-1)]:w:(n=Qt(n),n.length=ne(Zr(0,t),n.length),n)},u.take=Rt,u.head=Rt,dt(u,function(n,t){var r="sample"!==t;u.prototype[t]||(u.prototype[t]=function(t,e){var u=this.__chain__,a=n(this.__wrapped__,t,e);return u||null!=t&&(!e||r&&typeof t=="function")?new o(a,u):a

9
dist/lodash.js vendored
View File

@@ -6681,8 +6681,9 @@
*/
function createCallback(func, thisArg, argCount) {
var type = typeof func;
if (func == null || type == 'function') {
return baseCreateCallback(func, thisArg, argCount);
if (type == 'function' || func == null) {
return (typeof thisArg == 'undefined' || !('prototype' in func)) &&
func || baseCreateCallback(func, thisArg, argCount);
}
// handle "_.pluck" and "_.where" style callback shorthands
return type != 'object' ? property(func) : match(func);
@@ -7042,10 +7043,10 @@
* // => 'slate'
*/
function result(object, key, defaultValue) {
if (object == null || typeof object[key] == 'undefined') {
var value = object == null ? undefined : object[key];
if (typeof value == 'undefined') {
return defaultValue;
}
var value = object[key];
return isFunction(value) ? object[key]() : value;
}

7
dist/lodash.min.js vendored
View File

@@ -31,8 +31,9 @@ return ht(n,function(n){var r=kt(0,++t);e[t]=e[r],e[r]=n}),e}function Jt(n,t,r){
0<r?c=Wr(u,r):(i&&Ir(i),r=p,i=c=p=_,r&&(s=be(),a=n.apply(l,o),c||i||(o=l=null)))}var o,i,a,f,l,c,p,s=0,g=false,h=true;if(!er(n))throw new jr;if(t=Hr(0,t)||0,true===r)var v=true,h=false;else ur(r)&&(v=r.leading,g="maxWait"in r&&(Hr(t,r.maxWait)||0),h="trailing"in r?r.trailing:h);return function(){if(o=arguments,f=be(),l=this,p=h&&(c||!v),false===g)var r=v&&!c;else{i||v||(s=f);var y=g-(f-s),m=0>=y;m?(i&&(i=Ir(i)),s=f,a=n.apply(l,o)):i||(i=Wr(e,y))}return m&&c?c=Ir(c):c||t===g||(c=Wr(u,t)),r&&(m=true,a=n.apply(l,o)),!m||c||i||(o=l=null),a
}}function Zt(n,t,r){var e=arguments,u=0,o=e.length,i=typeof r;if("number"!=i&&"string"!=i||!e[3]||e[3][r]!==t||(o=2),3<o&&"function"==typeof e[o-2])var a=ct(e[--o-1],e[o--],2);else 2<o&&"function"==typeof e[o-1]&&(a=e[--o]);for(;++u<o;)if(t=e[u],ur(t))for(var i=-1,f=he(t),l=f.length;++i<l;){var c=f[i];n[c]=a?a(n[c],t[c]):t[c]}return n}function nr(n,t,r){var e=arguments,u=0,o=e.length,i=typeof r;for("number"!=i&&"string"!=i||!e[3]||e[3][r]!==t||(o=2);++u<o;)if(t=e[u],ur(t))for(var i=-1,a=he(t),f=a.length;++i<f;){var l=a[i];
"undefined"==typeof n[l]&&(n[l]=t[l])}return n}function tr(n){var t=[];return o(n,function(n,r){er(n)&&t.push(r)}),t.sort()}function rr(n){return n&&typeof n=="object"&&1===n.nodeType&&-1<Er.call(n).indexOf("Element")||false}function er(n){return typeof n=="function"}function ur(n){var t=typeof n;return n&&("function"==t||"object"==t)||false}function or(n){var t=typeof n;return"number"==t||n&&"object"==t&&Er.call(n)==rt||false}function ir(n){return typeof n=="string"||n&&typeof n=="object"&&Er.call(n)==ot||false
}function ar(n){for(var t=-1,r=he(n),e=r.length,u=hr(e);++t<e;)u[t]=n[r[t]];return u}function fr(n,t,r){var e=typeof n;return null==n||"function"==e?ct(n,t,r):"object"!=e?gr(n):cr(n)}function lr(n){return n}function cr(n){n||(n={});var t=he(n),r=t[0],e=n[r];return 1!=t.length||e!==e||ur(e)?function(r){for(var e=t.length,u=false;e--&&(u=t[e],u=Br.call(r,u)&&_t(r[u],n[u],null,true)););return u}:function(n){return Br.call(n,r)?(n=n[r],e===n&&(0!==e||1/e==1/n)):false}}function pr(n,t,r){var e=true,u=t&&tr(t);t&&(r||u.length)||(null==r&&(r=t),t=n,n=y,u=tr(t)),false===r?e=false:ur(r)&&"chain"in r&&(e=r.chain),r=-1;
for(var o=er(n),i=u?u.length:0;++r<i;){var a=u[r],f=n[a]=t[a];o&&(n.prototype[a]=function(t){return function(){var r=this.__chain__,u=this.__wrapped__,o=[u];if(Dr.apply(o,arguments),o=t.apply(n,o),e||r){if(u===o&&ur(o))return this;o=new n(o),o.__chain__=r}return o}}(f))}}function sr(){}function gr(n){return function(t){return t[n]}}n=n?yt.defaults(gt.Object(),n,yt.pick(gt,J)):gt;var hr=n.Array,vr=n.Boolean,yr=n.Date,mr=n.Function,br=n.Math,dr=n.Number,_r=n.Object,wr=n.RegExp,kr=n.String,jr=n.TypeError,xr=hr.prototype,Cr=_r.prototype,Or=kr.prototype,Ar=(Ar=n.window)&&Ar.document,Sr=n._,Er=Cr.toString,Nr=wr("^"+kr(Er).replace(/[.*+?^${}()|[\]\\]/g,"\\$&").replace(/toString|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Rr=br.ceil,Ir=n.clearTimeout,Tr=br.floor,Fr=mr.prototype.toString,$r=At($r=_r.getPrototypeOf)&&$r,Br=Cr.hasOwnProperty,Dr=xr.push,qr=At(qr=n.Set)&&qr,Wr=n.setTimeout,zr=xr.splice,Lr=xr.unshift,Pr=function(){try{var n={},t=At(t=_r.defineProperty)&&t,r=t(n,n,n)&&t
}function ar(n){for(var t=-1,r=he(n),e=r.length,u=hr(e);++t<e;)u[t]=n[r[t]];return u}function fr(n,t,r){var e=typeof n;return"function"==e||null==n?(typeof t=="undefined"||!("prototype"in n))&&n||ct(n,t,r):"object"!=e?gr(n):cr(n)}function lr(n){return n}function cr(n){n||(n={});var t=he(n),r=t[0],e=n[r];return 1!=t.length||e!==e||ur(e)?function(r){for(var e=t.length,u=false;e--&&(u=t[e],u=Br.call(r,u)&&_t(r[u],n[u],null,true)););return u}:function(n){return Br.call(n,r)?(n=n[r],e===n&&(0!==e||1/e==1/n)):false
}}function pr(n,t,r){var e=true,u=t&&tr(t);t&&(r||u.length)||(null==r&&(r=t),t=n,n=y,u=tr(t)),false===r?e=false:ur(r)&&"chain"in r&&(e=r.chain),r=-1;for(var o=er(n),i=u?u.length:0;++r<i;){var a=u[r],f=n[a]=t[a];o&&(n.prototype[a]=function(t){return function(){var r=this.__chain__,u=this.__wrapped__,o=[u];if(Dr.apply(o,arguments),o=t.apply(n,o),e||r){if(u===o&&ur(o))return this;o=new n(o),o.__chain__=r}return o}}(f))}}function sr(){}function gr(n){return function(t){return t[n]}}n=n?yt.defaults(gt.Object(),n,yt.pick(gt,J)):gt;
var hr=n.Array,vr=n.Boolean,yr=n.Date,mr=n.Function,br=n.Math,dr=n.Number,_r=n.Object,wr=n.RegExp,kr=n.String,jr=n.TypeError,xr=hr.prototype,Cr=_r.prototype,Or=kr.prototype,Ar=(Ar=n.window)&&Ar.document,Sr=n._,Er=Cr.toString,Nr=wr("^"+kr(Er).replace(/[.*+?^${}()|[\]\\]/g,"\\$&").replace(/toString|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Rr=br.ceil,Ir=n.clearTimeout,Tr=br.floor,Fr=mr.prototype.toString,$r=At($r=_r.getPrototypeOf)&&$r,Br=Cr.hasOwnProperty,Dr=xr.push,qr=At(qr=n.Set)&&qr,Wr=n.setTimeout,zr=xr.splice,Lr=xr.unshift,Pr=function(){try{var n={},t=At(t=_r.defineProperty)&&t,r=t(n,n,n)&&t
}catch(e){}return r}(),Kr=At(Kr=Or.contains)&&Kr,Mr=At(Mr=_r.create)&&Mr,Ur=At(Ur=hr.isArray)&&Ur,Vr=n.isFinite,Xr=n.isNaN,Gr=At(Gr=_r.keys)&&Gr,Hr=br.max,Jr=br.min,Qr=At(Qr=yr.now)&&Qr,Yr=n.parseInt,Zr=br.random,ne=At(ne=Or.trim)&&!ne.call(X)&&ne,te=At(te=Or.trimLeft)&&!te.call(X)&&te,re=At(re=Or.trimRight)&&!re.call(X)&&re,ee={};ee[Y]=hr,ee[Z]=vr,ee[nt]=yr,ee[tt]=mr,ee[et]=_r,ee[rt]=dr,ee[ut]=wr,ee[ot]=kr,m.prototype=y.prototype;var ue=y.support={};ue.funcDecomp=!At(n.WinRTError)&&U.test(d),ue.funcNames=typeof mr.name=="string";
try{ue.dom=11===Ar.createDocumentFragment().nodeType}catch(oe){ue.dom=false}y.templateSettings={escape:D,evaluate:q,interpolate:W,variable:"",imports:{_:y}},Mr||(lt=function(){function t(){}return function(r){if(ur(r)){t.prototype=r;var e=new t;t.prototype=null}return e||n.Object()}}());var ie=qr&&function(n){var t=new qr,r=n?n.length:0;for(t.push=t.add;r--;)t.push(n[r]);return t},ae=Pr?function(n,t){ft.value=t,Pr(n,N,ft)}:sr,fe=xt(function(n,t,r){Br.call(n,r)?n[r]++:n[r]=1}),le=xt(function(n,t,r){Br.call(n,r)?n[r].push(t):n[r]=[t]
}),ce=xt(function(n,t,r){n[r]=t}),pe=Ut,se=Ur||function(n){return n&&typeof n=="object"&&typeof n.length=="number"&&Er.call(n)==Y||false};ue.dom||(rr=function(n){return n&&typeof n=="object"&&1===n.nodeType&&!ge(n)||false});var ge=$r?function(n){if(!n||Er.call(n)!=et)return false;var t=n.valueOf,r=At(t)&&(r=$r(t))&&$r(r);return r?n==r||$r(n)==r:St(n)}:St,he=Gr?function(n){return ur(n)?Gr(n):[]}:u,ve=ne?function(n,t){return null==n?"":null==t?ne.call(n):g(n,t)}:g,ye=te?function(n,t){return null==n?"":null==t?te.call(n):h(n,t)
@@ -54,7 +55,7 @@ var e=-1,u=hr(n);for(t=ct(t,r,1);++e<n;)u[e]=t(e);return u},y.toArray=function(n
}),e},y.findLastIndex=function(n,t,r){var e=n?n.length:0;for(t=y.createCallback(t,r,3);e--;)if(t(n[e],e,n))return e;return-1},y.findLastKey=function(n,t,r){var e;return t=y.createCallback(t,r,3),dt(n,function(n,r,u){return t(n,r,u)?(e=r,false):void 0}),e},y.has=function(n,t){return n?Br.call(n,t):false},y.identity=lr,y.indexOf=Rt,y.isArguments=Et,y.isArray=se,y.isBoolean=function(n){return true===n||false===n||n&&typeof n=="object"&&Er.call(n)==Z||false},y.isDate=function(n){return n&&typeof n=="object"&&Er.call(n)==nt||false
},y.isElement=rr,y.isEmpty=function(n){var t=true;if(!n)return t;var r=Er.call(n),e=n.length;return r==Y||r==ot||r==Q||r==et&&typeof e=="number"&&er(n.splice)?!e:(bt(n,function(){return t=false}),t)},y.isEqual=function(n,t,r,e){return _t(n,t,typeof r=="function"&&ct(r,e,2))},y.isFinite=function(n){return Vr(n)&&!Xr(parseFloat(n))},y.isFunction=er,y.isNaN=function(n){return or(n)&&n!=+n},y.isNull=function(n){return null===n},y.isNumber=or,y.isObject=ur,y.isPlainObject=ge,y.isRegExp=function(n){return n&&typeof n=="object"&&Er.call(n)==ut||false
},y.isString=ir,y.isUndefined=function(n){return typeof n=="undefined"},y.lastIndexOf=function(n,t,r){var e=n?n.length:0;for(typeof r=="number"&&(e=(0>r?Hr(0,e+r):Jr(r,e-1))+1);e--;)if(n[e]===t)return e;return-1},y.mixin=pr,y.noConflict=function(){return n._=Sr,this},y.noop=sr,y.now=be,y.parseInt=de,y.random=function(n,t,r){var e=null==n,u=null==t;return null==r&&(u&&typeof n=="boolean"?(r=n,n=1):typeof t=="boolean"&&(r=t,u=true)),e&&u&&(t=1,u=false),n=+n||0,u?(t=n,n=0):t=+t||0,r||n%1||t%1?(r=Zr(),Jr(n+r*(t-n+parseFloat("1e-"+((r+"").length-1))),t)):kt(n,t)
},y.reduce=Xt,y.reduceRight=Gt,y.result=function(n,t,r){return null==n||"undefined"==typeof n[t]?r:(r=n[t],er(r)?n[t]():r)},y.runInContext=d,y.size=function(n){var t=n?n.length:0;return typeof t=="number"?t:he(n).length},y.some=Jt,y.sortedIndex=Ft,y.template=function(n,t,r){var e=y.templateSettings;n=kr(n||""),r=nr({},r,e);var u,o=nr({},r.imports,e.imports),e=he(o),o=ar(o),i=0,a=r.interpolate||M,f="__p+='",a=wr((r.escape||M).source+"|"+a.source+"|"+(a===W?z:M).source+"|"+(r.evaluate||M).source+"|$","g");
},y.reduce=Xt,y.reduceRight=Gt,y.result=function(n,t,r){var e=null==n?_:n[t];return typeof e=="undefined"?r:er(e)?n[t]():e},y.runInContext=d,y.size=function(n){var t=n?n.length:0;return typeof t=="number"?t:he(n).length},y.some=Jt,y.sortedIndex=Ft,y.template=function(n,t,r){var e=y.templateSettings;n=kr(n||""),r=nr({},r,e);var u,o=nr({},r.imports,e.imports),e=he(o),o=ar(o),i=0,a=r.interpolate||M,f="__p+='",a=wr((r.escape||M).source+"|"+a.source+"|"+(a===W?z:M).source+"|"+(r.evaluate||M).source+"|$","g");
n.replace(a,function(t,r,e,o,a,c){return e||(e=o),f+=n.slice(i,c).replace(V,l),r&&(f+="'+__e("+r+")+'"),a&&(u=true,f+="';"+a+";\n__p+='"),e&&(f+="'+((__t=("+e+"))==null?'':__t)+'"),i=c+t.length,t}),f+="';",a=r=r.variable,a||(r="obj",f="with("+r+"){"+f+"}"),f=(u?f.replace(I,""):f).replace(T,"$1").replace(F,"$1;"),f="function("+r+"){"+(a?"":r+"||("+r+"={});")+"var __t,__p='',__e=_.escape"+(u?",__j=Array.prototype.join;function print(){__p+=__j.call(arguments,'')}":";")+f+"return __p}";try{var c=mr(e,"return "+f).apply(_,o)
}catch(p){throw p.source=f,p}return t?c(t):(c.source=f,c)},y.trim=ve,y.trimLeft=ye,y.trimRight=me,y.unescape=function(n){return null==n?"":(n=kr(n),0>n.indexOf(";")?n:n.replace($,b))},y.uniqueId=function(n){var t=++R;return kr(null==n?"":n)+t},y.all=zt,y.any=Jt,y.detect=Pt,y.findWhere=Pt,y.foldl=Xt,y.foldr=Gt,y.include=Wt,y.inject=Xt,pr(function(){var n={};return bt(y,function(t,r){y.prototype[r]||(n[r]=t)}),n}(),false),y.first=Nt,y.last=function(n,t,r){var e=0,u=n?n.length:0;if(typeof t!="number"&&null!=t){var o=u;
for(t=y.createCallback(t,r,3);o--&&t(n[o],o,n);)e++}else if(e=t,null==e||r)return n?n[u-1]:_;return e=u-e,Tt(n,0<e?e:0)},y.sample=function(n,t,r){return n&&typeof n.length!="number"&&(n=ar(n)),null==t||r?n?n[kt(0,n.length-1)]:_:(n=Ht(n),n.length=Jr(Hr(0,t),n.length),n)},y.take=Nt,y.head=Nt,bt(y,function(n,t){var r="sample"!==t;y.prototype[t]||(y.prototype[t]=function(t,e){var u=this.__chain__,o=n(this.__wrapped__,t,e);return u||null!=t&&(!e||r&&typeof t=="function")?new m(o,u):o})}),y.VERSION=E,y.prototype.chain=function(){return this.__chain__=true,this

View File

@@ -4674,8 +4674,9 @@
*/
function createCallback(func, thisArg, argCount) {
var type = typeof func;
if (func == null || type == 'function') {
return baseCreateCallback(func, thisArg, argCount);
if (type == 'function' || func == null) {
return (typeof thisArg == 'undefined' || !('prototype' in func)) &&
func || baseCreateCallback(func, thisArg, argCount);
}
// handle "_.pluck" and "_.where" style callback shorthands
return type != 'object' ? property(func) : match(func);

View File

@@ -19,7 +19,7 @@ if(typeof i=="number")for(u&&i&&(t=n[++o]);++o<i;)t=r(t,n[o],o,n);else s(n,funct
});return!!e}function W(n,r,t){return t&&G(r)?tr:(t?q:N)(n,r)}function z(n,r){if(3>arguments.length)return b(n,er,null,r);if(n)var t=n[lr]?n[lr][2]:n.length,e=A(arguments,2),t=t-e.length;return b(n,er|fr,t,r,e)}function C(n,r,t){var e,u,o,i,f,a,l,c=0,p=false,s=true;if(!H(n))throw new TypeError;if(r=Qr(0,r)||0,true===t)var g=true,s=false;else J(t)&&(g=t.leading,p="maxWait"in t&&(Qr(r,t.maxWait)||0),s="trailing"in t?t.trailing:s);var v=function(){var t=r-(lt()-i);0<t?a=setTimeout(v,t):(u&&clearTimeout(u),t=l,u=a=l=tr,t&&(c=lt(),o=n.apply(f,e),a||u||(e=f=null)))
},h=function(){a&&clearTimeout(a),u=a=l=tr,(s||p!==r)&&(c=lt(),o=n.apply(f,e),a||u||(e=f=null))};return function(){if(e=arguments,i=lt(),f=this,l=s&&(a||!g),false===p)var t=g&&!a;else{u||g||(c=i);var y=p-(i-c),m=0>=y;m?(u&&(u=clearTimeout(u)),c=i,o=n.apply(f,e)):u||(u=setTimeout(h,y))}return m&&a?a=clearTimeout(a):a||r===p||(a=setTimeout(v,r)),t&&(m=true,o=n.apply(f,e)),!m||a||u||(e=f=null),o}}function P(n,r,t){if(!n)return n;var e=arguments,u=0,o=e.length,i=typeof t;for("number"!=i&&"string"!=i||!e[3]||e[3][t]!==r||(o=2);++u<o;)if(r=e[u])for(var f in r)n[f]=r[f];
return n}function U(n,r,t){if(!n)return n;var e=arguments,u=0,o=e.length,i=typeof t;for("number"!=i&&"string"!=i||!e[3]||e[3][t]!==r||(o=2);++u<o;)if(r=e[u])for(var f in r)"undefined"==typeof n[f]&&(n[f]=r[f]);return n}function V(n){var r=[];return rt(n,function(n,t){H(n)&&r.push(t)}),r.sort()}function G(n){if(!n)return true;if(ft(n)||L(n))return!n.length;for(var r in n)if(Cr.call(n,r))return false;return true}function H(n){return typeof n=="function"}function J(n){var r=typeof n;return n&&("function"==r||"object"==r)||false
}function K(n){var r=typeof n;return"number"==r||n&&"object"==r&&Ir.call(n)==dr||false}function L(n){return typeof n=="string"||n&&typeof n=="object"&&Ir.call(n)==xr||false}function Q(n){for(var r=-1,t=at(n),e=t.length,u=Array(e);++r<e;)u[r]=n[t[r]];return u}function X(n,r,t){var e=typeof n;return null==n||"function"==e?l(n,r,t):"object"!=e?rr(n):Z(n)}function Y(n){return n}function Z(n){n||(n={});var r=at(n);return function(t){for(var e=r.length,u=false;e--&&(u=r[e],u=Cr.call(t,u)&&t[u]===n[u]););return u
}function K(n){var r=typeof n;return"number"==r||n&&"object"==r&&Ir.call(n)==dr||false}function L(n){return typeof n=="string"||n&&typeof n=="object"&&Ir.call(n)==xr||false}function Q(n){for(var r=-1,t=at(n),e=t.length,u=Array(e);++r<e;)u[r]=n[t[r]];return u}function X(n,r,t){var e=typeof n;return"function"==e||null==n?(typeof r=="undefined"||!("prototype"in n))&&n||l(n,r,t):"object"!=e?rr(n):Z(n)}function Y(n){return n}function Z(n){n||(n={});var r=at(n);return function(t){for(var e=r.length,u=false;e--&&(u=r[e],u=Cr.call(t,u)&&t[u]===n[u]););return u
}}function nr(n){for(var r=-1,t=V(n),e=t.length;++r<e;){var u=t[r];o.prototype[u]=function(){var r=o[u]=n[u];return function(){var n=[this.__wrapped__];return Pr.apply(n,arguments),n=r.apply(o,n),this.__chain__?new i(n,true):n}}()}}function rr(n){return function(r){return r[n]}}var tr,er=1,ur=2,or=4,ir=8,fr=16,ar=32,lr="__lodash@2.4.1__",cr=lr+"breaker__",pr=0,sr=/&(?:amp|lt|gt|quot|#x27);/g,gr=/[&<>"']/g,vr=/($^)/,hr=/['\n\r\t\u2028\u2029\\]/g,yr="[object Arguments]",mr="[object Array]",br="[object Boolean]",_r="[object Date]",dr="[object Number]",wr="[object Object]",jr="[object RegExp]",xr="[object String]",Tr={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#x27;"},Ar={"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#x27;":"'"},Er={"function":true,object:true},Or={"\\":"\\","'":"'","\n":"n","\r":"r","\t":"t","\u2028":"u2028","\u2029":"u2029"},Sr=Er[typeof window]&&window||this,kr=Er[typeof exports]&&exports&&!exports.nodeType&&exports,Nr=Er[typeof module]&&module&&!module.nodeType&&module,qr=kr&&Nr&&typeof global=="object"&&global;
!qr||qr.global!==qr&&qr.window!==qr&&qr.self!==qr||(Sr=qr);var Fr=Nr&&Nr.exports===kr&&kr,Br=Array.prototype,Rr=Object.prototype,$r=Sr._,Ir=Rr.toString,Mr=RegExp("^"+(Ir+"").replace(/[.*+?^${}()|[\]\\]/g,"\\$&").replace(/toString|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Dr=Math.ceil,Wr=Math.floor,zr=Function.prototype.toString,Cr=Rr.hasOwnProperty,Pr=Br.push,Ur=Rr.propertyIsEnumerable,Vr=Br.splice,Gr=d(Gr=Object.create)&&Gr,Hr=d(Hr=Array.isArray)&&Hr,Jr=Sr.isFinite,Kr=Sr.isNaN,Lr=d(Lr=Object.keys)&&Lr,Qr=Math.max,Xr=Math.min,Yr=d(Yr=Date.now)&&Yr,Zr=Math.random;
i.prototype=o.prototype;var nt={};!function(){var n={0:1,length:1};nt.spliceObjects=(Vr.call(n,0,1),!n[0])}(1),o.templateSettings={escape:/<%-([\s\S]+?)%>/g,evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,variable:""},Gr||(a=function(){function n(){}return function(r){if(J(r)){n.prototype=r;var t=new n;n.prototype=null}return t||Sr.Object()}}()),w(arguments)||(w=function(n){return n&&typeof n=="object"&&typeof n.length=="number"&&Cr.call(n,"callee")&&!Ur.call(n,"callee")||false});var rt=function(n,r){if(!J(n))return n;

View File

@@ -4325,7 +4325,7 @@ _.unescape('fred, barney &amp; pebbles');
<!-- div -->
### <a id="_now"></a>`_.now`
<a href="#_now">#</a> [&#x24C8;](https://github.com/lodash/lodash/blob/master/lodash.js#L7187 "View in source") [&#x24C9;][1]
<a href="#_now">#</a> [&#x24C8;](https://github.com/lodash/lodash/blob/master/lodash.js#L7188 "View in source") [&#x24C9;][1]
*(unknown)*: Gets the number of milliseconds that have elapsed since the Unix epoch *(1 January `1970 00`:00:00 UTC)*.
@@ -4412,7 +4412,7 @@ _.filter(characters, 'age__gt38');
<!-- div -->
### <a id="_identityvalue"></a>`_.identity(value)`
<a href="#_identityvalue">#</a> [&#x24C8;](https://github.com/lodash/lodash/blob/master/lodash.js#L7001 "View in source") [&#x24C9;][1]
<a href="#_identityvalue">#</a> [&#x24C8;](https://github.com/lodash/lodash/blob/master/lodash.js#L7002 "View in source") [&#x24C9;][1]
This method returns the first argument provided to it.
@@ -4437,7 +4437,7 @@ _.identity(object) === object;
<!-- div -->
### <a id="_matchprops"></a>`_.match(props)`
<a href="#_matchprops">#</a> [&#x24C8;](https://github.com/lodash/lodash/blob/master/lodash.js#L7030 "View in source") [&#x24C9;][1]
<a href="#_matchprops">#</a> [&#x24C8;](https://github.com/lodash/lodash/blob/master/lodash.js#L7031 "View in source") [&#x24C9;][1]
Creates a "_.where" style function, which performs a deep comparison between a given object and the `props` object, returning `true` if the given object has equivalent property values, else `false`.
@@ -4471,7 +4471,7 @@ _.find(characters, matchAge);
<!-- div -->
### <a id="_mixinobjectlodash-source-options"></a>`_.mixin([object=lodash], source, [options])`
<a href="#_mixinobjectlodash-source-options">#</a> [&#x24C8;](https://github.com/lodash/lodash/blob/master/lodash.js#L7093 "View in source") [&#x24C9;][1]
<a href="#_mixinobjectlodash-source-options">#</a> [&#x24C8;](https://github.com/lodash/lodash/blob/master/lodash.js#L7094 "View in source") [&#x24C9;][1]
Adds function properties of a source object to the destination object. If `object` is a function methods will be added to its prototype as well.
@@ -4509,7 +4509,7 @@ _('fred').vowels();
<!-- div -->
### <a id="_noconflict"></a>`_.noConflict()`
<a href="#_noconflict">#</a> [&#x24C8;](https://github.com/lodash/lodash/blob/master/lodash.js#L7153 "View in source") [&#x24C9;][1]
<a href="#_noconflict">#</a> [&#x24C8;](https://github.com/lodash/lodash/blob/master/lodash.js#L7154 "View in source") [&#x24C9;][1]
Reverts the '_' variable to its previous value and returns a reference to the `lodash` function.
@@ -4529,7 +4529,7 @@ var lodash = _.noConflict();
<!-- div -->
### <a id="_noop"></a>`_.noop()`
<a href="#_noop">#</a> [&#x24C8;](https://github.com/lodash/lodash/blob/master/lodash.js#L7170 "View in source") [&#x24C9;][1]
<a href="#_noop">#</a> [&#x24C8;](https://github.com/lodash/lodash/blob/master/lodash.js#L7171 "View in source") [&#x24C9;][1]
A no-operation function.
@@ -4548,7 +4548,7 @@ _.noop(object) === undefined;
<!-- div -->
### <a id="_parseintvalue-radix"></a>`_.parseInt(value, [radix])`
<a href="#_parseintvalue-radix">#</a> [&#x24C8;](https://github.com/lodash/lodash/blob/master/lodash.js#L7211 "View in source") [&#x24C9;][1]
<a href="#_parseintvalue-radix">#</a> [&#x24C8;](https://github.com/lodash/lodash/blob/master/lodash.js#L7212 "View in source") [&#x24C9;][1]
Converts `value` to an integer of the specified radix. If `radix` is `undefined` or `0` a `radix` of `10` is used unless the `value` is a hexadecimal, in which case a `radix` of `16` is used.
@@ -4575,7 +4575,7 @@ _.parseInt('08');
<!-- div -->
### <a id="_propertykey"></a>`_.property(key)`
<a href="#_propertykey">#</a> [&#x24C8;](https://github.com/lodash/lodash/blob/master/lodash.js#L7242 "View in source") [&#x24C9;][1]
<a href="#_propertykey">#</a> [&#x24C8;](https://github.com/lodash/lodash/blob/master/lodash.js#L7243 "View in source") [&#x24C9;][1]
Creates a "_.pluck" style function, which returns the `key` value of a given object.
@@ -4609,7 +4609,7 @@ _.sortBy(characters, getName);
<!-- div -->
### <a id="_randommin0-max1-floatingfalse"></a>`_.random([min=0], [max=1], [floating=false])`
<a href="#_randommin0-max1-floatingfalse">#</a> [&#x24C8;](https://github.com/lodash/lodash/blob/master/lodash.js#L7275 "View in source") [&#x24C9;][1]
<a href="#_randommin0-max1-floatingfalse">#</a> [&#x24C8;](https://github.com/lodash/lodash/blob/master/lodash.js#L7276 "View in source") [&#x24C9;][1]
Produces a random number between `min` and `max` *(inclusive)*. If only one argument is provided a number between `0` and the given number will be returned. If `floating` is truey or either `min` or `max` are floats a floating-point number will be returned instead of an integer.
@@ -4644,7 +4644,7 @@ _.random(1.2, 5.2);
<!-- div -->
### <a id="_resultobject-key-defaultvalue"></a>`_.result(object, key, [defaultValue])`
<a href="#_resultobject-key-defaultvalue">#</a> [&#x24C8;](https://github.com/lodash/lodash/blob/master/lodash.js#L7340 "View in source") [&#x24C9;][1]
<a href="#_resultobject-key-defaultvalue">#</a> [&#x24C8;](https://github.com/lodash/lodash/blob/master/lodash.js#L7341 "View in source") [&#x24C9;][1]
Resolves the value of property `key` on `object`. If `key` is a function it will be invoked with the `this` binding of `object` and its result returned, else the property value is returned. If `object` is `null` or `undefined` then `undefined` is returned. If a default value is provided it will be returned if the property value resolves to `undefined`.
@@ -4701,7 +4701,7 @@ Create a new `lodash` function using the given context object.
<!-- div -->
### <a id="_timesn-callback-thisarg"></a>`_.times(n, callback, [thisArg])`
<a href="#_timesn-callback-thisarg">#</a> [&#x24C8;](https://github.com/lodash/lodash/blob/master/lodash.js#L7371 "View in source") [&#x24C9;][1]
<a href="#_timesn-callback-thisarg">#</a> [&#x24C8;](https://github.com/lodash/lodash/blob/master/lodash.js#L7372 "View in source") [&#x24C9;][1]
Executes the callback `n` times, returning an array of the results of each callback execution. The callback is bound to `thisArg` and invoked with one argument; *(index)*.
@@ -4733,7 +4733,7 @@ _.times(3, function(n) { this.cast(n); }, mage);
<!-- div -->
### <a id="_uniqueidprefix"></a>`_.uniqueId([prefix])`
<a href="#_uniqueidprefix">#</a> [&#x24C8;](https://github.com/lodash/lodash/blob/master/lodash.js#L7399 "View in source") [&#x24C9;][1]
<a href="#_uniqueidprefix">#</a> [&#x24C8;](https://github.com/lodash/lodash/blob/master/lodash.js#L7400 "View in source") [&#x24C9;][1]
Generates a unique ID. If `prefix` is provided the ID will be appended to it.
@@ -4786,7 +4786,7 @@ A reference to the `lodash` function.
<!-- div -->
### <a id="_version"></a>`_.VERSION`
<a href="#_version">#</a> [&#x24C8;](https://github.com/lodash/lodash/blob/master/lodash.js#L7607 "View in source") [&#x24C9;][1]
<a href="#_version">#</a> [&#x24C8;](https://github.com/lodash/lodash/blob/master/lodash.js#L7608 "View in source") [&#x24C9;][1]
*(string)*: The semantic version number.