@@ -147,7 +147,7 @@ The `lodash` function.
147
147
<!-- div -->
148
148
149
149
### <a id =" _version " ></a >` _.VERSION `
150
- <a href =" #_version " >#</a > [ Ⓢ ; ] ( https://github.com/bestiejs/lodash/blob/v0.3.1/lodash.js#L3361 " View in source ") [ Ⓣ ; ] [ 1 ]
150
+ <a href =" #_version " >#</a > [ Ⓢ ; ] ( https://github.com/bestiejs/lodash/blob/v0.3.1/lodash.js#L3366 " View in source ") [ Ⓣ ; ] [ 1 ]
151
151
152
152
* (String)* : The semantic version number.
153
153
@@ -270,15 +270,15 @@ jQuery('#lodash_button').on('click', buttonView.onClick);
270
270
<!-- div -->
271
271
272
272
### <a id =" _chainvalue " ></a >` _.chain(value) `
273
- <a href =" #_chainvalue " >#</a > [ Ⓢ ; ] ( https://github.com/bestiejs/lodash/blob/v0.3.1/lodash.js#L3313 " View in source ") [ Ⓣ ; ] [ 1 ]
273
+ <a href =" #_chainvalue " >#</a > [ Ⓢ ; ] ( https://github.com/bestiejs/lodash/blob/v0.3.1/lodash.js#L3291 " View in source ") [ Ⓣ ; ] [ 1 ]
274
274
275
- Wraps the value in a ` lodash ` chainable object.
275
+ Wraps the value in a ` lodash ` wrapper object.
276
276
277
277
#### Arguments
278
278
1 . ` value ` * (Mixed)* : The value to wrap.
279
279
280
280
#### Returns
281
- * (Object)* : Returns the ` lodash ` chainable object.
281
+ * (Object)* : Returns the wrapper object.
282
282
283
283
#### Example
284
284
~~~ js
@@ -432,7 +432,7 @@ jQuery(window).on('resize', lazyLayout);
432
432
### <a id =" _defaultsobject--defaults1-defaults2- " ></a >` _.defaults(object [, defaults1, defaults2, ...]) `
433
433
<a href =" #_defaultsobject--defaults1-defaults2- " >#</a > [ Ⓢ ; ] ( https://github.com/bestiejs/lodash/blob/v0.3.1/lodash.js#L2275 " View in source ") [ Ⓣ ; ] [ 1 ]
434
434
435
- Assigns missing properties in ` object ` with default values from the defaults objects. As soon as a property is set, additional defaults of the same property will be ignored.
435
+ Assigns missing properties on ` object ` with default values from the defaults objects. Once a property is set, additional defaults of the same property will be ignored.
436
436
437
437
#### Arguments
438
438
1 . ` object ` * (Object)* : The object to populate.
@@ -533,7 +533,7 @@ _.difference([1, 2, 3, 4, 5], [5, 2, 10]);
533
533
<!-- div -->
534
534
535
535
### <a id =" _escapestring " ></a >` _.escape(string) `
536
- <a href =" #_escapestring " >#</a > [ Ⓢ ; ] ( https://github.com/bestiejs/lodash/blob/v0.3.1/lodash.js#L2999 " View in source ") [ Ⓣ ; ] [ 1 ]
536
+ <a href =" #_escapestring " >#</a > [ Ⓢ ; ] ( https://github.com/bestiejs/lodash/blob/v0.3.1/lodash.js#L2976 " View in source ") [ Ⓣ ; ] [ 1 ]
537
537
538
538
Escapes a string for inclusion in HTML, replacing ` & ` , ` < ` , ` " ` , and ` ' ` characters.
539
539
@@ -888,7 +888,7 @@ _.has({ 'a': 1, 'b': 2, 'c': 3 }, 'b');
888
888
<!-- div -->
889
889
890
890
### <a id =" _identityvalue " ></a >` _.identity(value) `
891
- <a href =" #_identityvalue " >#</a > [ Ⓢ ; ] ( https://github.com/bestiejs/lodash/blob/v0.3.1/lodash.js#L3018 " View in source ") [ Ⓣ ; ] [ 1 ]
891
+ <a href =" #_identityvalue " >#</a > [ Ⓢ ; ] ( https://github.com/bestiejs/lodash/blob/v0.3.1/lodash.js#L2995 " View in source ") [ Ⓣ ; ] [ 1 ]
892
892
893
893
This function returns the first argument passed to it. Note: It is used throughout Lo-Dash as a default callback.
894
894
@@ -1296,7 +1296,7 @@ _.isNaN(undefined);
1296
1296
<!-- div -->
1297
1297
1298
1298
### <a
F438
id =" _isnullvalue " ></a >` _.isNull(value) `
1299
- <a href =" #_isnullvalue " >#</a > [ Ⓢ ; ] ( https://github.com/bestiejs/lodash/blob/v0.3.1/lodash.js#L2786 " View in source ") [ Ⓣ ; ] [ 1 ]
1299
+ <a href =" #_isnullvalue " >#</a > [ Ⓢ ; ] ( https://github.com/bestiejs/lodash/blob/v0.3.1/lodash.js#L2787 " View in source ") [ Ⓣ ; ] [ 1 ]
1300
1300
1301
1301
Checks if a ` value ` is ` null ` .
1302
1302
@@ -1323,7 +1323,7 @@ _.isNull(undefined);
1323
1323
<!-- div -->
1324
1324
1325
1325
### <a id =" _isnumbervalue " ></a >` _.isNumber(value) `
1326
- <a href =" #_isnumbervalue " >#</a > [ Ⓢ ; ] ( https://github.com/bestiejs/lodash/blob/v0.3.1/lodash.js#L2803 " View in source ") [ Ⓣ ; ] [ 1 ]
1326
+ <a href =" #_isnumbervalue " >#</a > [ Ⓢ ; ] ( https://github.com/bestiejs/lodash/blob/v0.3.1/lodash.js#L2804 " View in source ") [ Ⓣ ; ] [ 1 ]
1327
1327
1328
1328
Checks if a ` value ` is a number.
1329
1329
@@ -1374,7 +1374,7 @@ _.isObject(1);
1374
1374
<!-- div -->
1375
1375
1376
1376
### < a id= " _isregexpvalue" >< / a> ` _.isRegExp(value)`
1377
- < a href= " #_isregexpvalue" > #< / a> [& #x24C8;](https: // github.com/bestiejs/lodash/blob/v0.3.1/lodash.js#L2820 "View in source") [Ⓣ][1]
1377
+ < a href= " #_isregexpvalue" > #< / a> [& #x24C8;](https: // github.com/bestiejs/lodash/blob/v0.3.1/lodash.js#L2821 "View in source") [Ⓣ][1]
1378
1378
1379
1379
Checks if a ` value` is a regular expression.
1380
1380
@@ -1398,7 +1398,7 @@ _.isRegExp(/moe/);
1398
1398
<!-- div -->
1399
1399
1400
1400
### < a id= " _isstringvalue" >< / a> ` _.isString(value)`
1401
- < a href= " #_isstringvalue" > #< / a> [& #x24C8;](https: // github.com/bestiejs/lodash/blob/v0.3.1/lodash.js#L2837 "View in source") [Ⓣ][1]
1401
+ < a href= " #_isstringvalue" > #< / a> [& #x24C8;](https: // github.com/bestiejs/lodash/blob/v0.3.1/lodash.js#L2838 "View in source") [Ⓣ][1]
1402
1402
1403
1403
Checks if a ` value` is a string.
1404
1404
@@ -1422,7 +1422,7 @@ _.isString('moe');
1422
1422
<!-- div -->
1423
1423
1424
1424
### < a id= " _isundefinedvalue" >< / a> ` _.isUndefined(value)`
1425
- < a href= " #_isundefinedvalue" > #< / a> [& #x24C8;](https: // github.com/bestiejs/lodash/blob/v0.3.1/lodash.js#L2854 "View in source") [Ⓣ][1]
1425
+ < a href= " #_isundefinedvalue" > #< / a> [& #x24C8;](https: // github.com/bestiejs/lodash/blob/v0.3.1/lodash.js#L2856 "View in source") [Ⓣ][1]
1426
1426
1427
1427
Checks if a ` value` is ` undefined` .
1428
1428
@@ -1446,7 +1446,7 @@ _.isUndefined(void 0);
1446
1446
<!-- div -->
1447
1447
1448
1448
### < a id= " _keysobject" >< / a> ` _.keys(object)`
1449
- < a href= " #_keysobject" > #< / a> [& #x24C8;](https: // github.com/bestiejs/lodash/blob/v0.3.1/lodash.js#L2871 "View in source") [Ⓣ][1]
1449
+ < a href= " #_keysobject" > #< / a> [& #x24C8;](https: // github.com/bestiejs/lodash/blob/v0.3.1/lodash.js#L2873 "View in source") [Ⓣ][1]
1450
1450
1451
1451
Produces an array of object` 's own enumerable property names.
1452
1452
@@ -1638,7 +1638,7 @@ _.min([10, 5, 100, 2, 1000]);
1638
1638
<!-- div -->
1639
1639
1640
1640
### <a id="_mixinobject"></a>` _ .mixin (object)`
1641
- <a href="#_mixinobject">#</a> [Ⓢ](https://github.com/bestiejs/lodash/blob/v0.3.1/lodash.js#L3044 "View in source") [Ⓣ][1]
1641
+ <a href="#_mixinobject">#</a> [Ⓢ](https://github.com/bestiejs/lodash/blob/v0.3.1/lodash.js#L3021 "View in source") [Ⓣ][1]
1642
1642
1643
1643
Adds functions properties of ` object` to the ` lodash` function and chainable wrapper.
1644
1644
@@ -1668,7 +1668,7 @@ _('larry').capitalize();
1668
1668
<!-- div -->
1669
1669
1670
1670
### <a id="_noconflict"></a>` _ .noConflict ()`
1671
- <a href="#_noconflict">#</a> [Ⓢ](https://github.com/bestiejs/lodash/blob/v0.3.1/lodash.js#L3075 "View in source") [Ⓣ][1]
1671
+ <a href="#_noconflict">#</a> [Ⓢ](https://github.com/bestiejs/lodash/blob/v0.3.1/lodash.js#L3052 "View in source") [Ⓣ][1]
1672
1672
1673
1673
Reverts the '_' variable to its previous value and returns a reference to the ` lodash` function.
1674
1674
@@ -1741,7 +1741,7 @@ hi('moe');
1741
1741
<!-- div -->
1742
1742
1743
1743
### <a id="_pickobject--prop1-prop2-"></a>` _ .pick (object [, prop1, prop2, ... ])`
1744
- <a href="#_pickobject--prop1-prop2-">#</a> [Ⓢ](https://github.com/bestiejs/lodash/blob/v0.3.1/lodash.js#L2893 "View in source") [Ⓣ][1]
1744
+ <a href="#_pickobject--prop1-prop2-">#</a> [Ⓢ](https://github.com/bestiejs/lodash/blob/v0.3.1/lodash.js#L2895 "View in source") [Ⓣ][1]
1745
1745
1746
1746
Creates an object composed of the specified properties. Property names may be specified as individual arguments or as arrays of property names.
1747
1747
@@ -1942,7 +1942,7 @@ _.rest([3, 2, 1]);
1942
1942
<!-- div -->
1943
1943
1944
1944
### <a id="_resultobject-property"></a>` _ .result (object, property)`
1945
- <a href="#_resultobject-property">#</a> [Ⓢ](https://github.com/bestiejs/lodash/blob/v0.3.1/lodash.js#L3106 "View in source") [Ⓣ][1]
1945
+ <a href="#_resultobject-property">#</a> [Ⓢ](https://github.com/bestiejs/lodash/blob/v0.3.1/lodash.js#L3084 "View in source") [Ⓣ][1]
1946
1946
1947
1947
Resolves the value of ` property` on ` object` . If ` property` is a function it will be invoked and its result returned, else the property value is returned. If ` object` is falsey, then ` null ` is returned.
1948
1948
@@ -2001,7 +2001,7 @@ _.shuffle([1, 2, 3, 4, 5, 6]);
2001
2001
<!-- div -->
2002
2002
2003
2003
### <a id="_sizevalue"></a>` _ .size (value)`
2004
- <a href="#_sizevalue">#</a> [Ⓢ](https://github.com/bestiejs/lodash/blob/v0.3.1/lodash.js#L2931 "View in source") [Ⓣ][1]
2004
+ <a href="#_sizevalue">#</a> [Ⓢ](https://github.com/bestiejs/lodash/blob/v0.3.1/lodash.js#L2934 "View in source") [Ⓣ][1]
2005
2005
2006
2006
Gets the size of ` value` by returning ` value .length ` if ` value` is a string or array, or the number of own enumerable properties if ` value` is an object.
2007
2007
@@ -2130,9 +2130,9 @@ _.sortedIndex(['twenty', 'thirty', 'fourty'], 'thirty-five', function(word) {
2130
2130
<!-- div -->
2131
2131
2132
2132
### <a id="_tapvalue-interceptor"></a>` _ .tap (value, interceptor)`
2133
- <a href="#_tapvalue-interceptor">#</a> [Ⓢ](https://github.com/bestiejs/lodash/blob/v0.3.1/lodash.js#L2959 "View in source") [Ⓣ][1]
2133
+ <a href="#_tapvalue-interceptor">#</a> [Ⓢ](https://github.com/bestiejs/lodash/blob/v0.3.1/lodash.js#L3318 "View in source") [Ⓣ][1]
2134
2134
2135
- Invokes ` interceptor` with the ` value` as the first argument, and then returns ` value` . The primary purpose of this method is to "tap into" a method chain, in order to performoperations on intermediate results within the chain.
2135
+ Invokes ` interceptor` with the ` value` as the first argument, and then returns ` value` . The purpose of this method is to "tap into" a method chain, in order to perform operations on intermediate results within the chain.
2136
2136
2137
2137
#### Arguments
2138
2138
1. ` value` *(Mixed)*: The value to pass to ` callback` .
@@ -2160,7 +2160,7 @@ _.chain([1,2,3,200])
2160
2160
<!-- div -->
2161
2161
2162
2162
### <a id="_templatetext-data-options"></a>` _ .template (text, data, options)`
2163
- <a href="#_templatetext-data-options">#</a> [Ⓢ](https://github.com/bestiejs/lodash/blob/v0.3.1/lodash.js#L3167 "View in source") [Ⓣ][1]
2163
+ <a href="#_templatetext-data-options">#</a> [Ⓢ](https://github.com/bestiejs/lodash/blob/v0.3.1/lodash.js#L3145 "View in source") [Ⓣ][1]
2164
2164
2165
2165
A micro-templating method, similar to John Resig's implementation. Lo-Dash templating handles arbitrary delimiters, preserves whitespace, and correctly escapes quotes within interpolated code.
2166
2166
@@ -2244,7 +2244,7 @@ jQuery(window).on('scroll', throttled);
2244
2244
<!-- div -->
2245
2245
2246
2246
### <a id="_timesn-callback--thisarg"></a>` _ .times (n, callback [, thisArg])`
2247
- <a href="#_timesn-callback--thisarg">#</a> [Ⓢ](https://github.com/bestiejs/lodash/blob/v0.3.1/lodash.js#L3256 "View in source") [Ⓣ][1]
2247
+ <a href="#_timesn-callback--thisarg">#</a> [Ⓢ](https://github.com/bestiejs/lodash/blob/v0.3.1/lodash.js#L3234 "View in source") [Ⓣ][1]
2248
2248
2249
2249
Executes the ` callback` function ` n` times. The ` callback` is bound to ` thisArg` and invoked with ` 1 ` argument; *(index)*.
2250
2250
@@ -2354,7 +2354,7 @@ _.uniq([1, 2, 1.5, 3, 2.5], function(num) { return this.floor(num); }, Math);
2354
2354
<!-- div -->
2355
2355
2356
2356
### <a id="_uniqueidprefix"></a>` _ .uniqueId ([prefix])`
2357
- <a href="#_uniqueidprefix">#</a> [Ⓢ](https://github.com/bestiejs/lodash/blob/v0.3.1/lodash.js#L3283 "View in source") [Ⓣ][1]
2357
+ <a href="#_uniqueidprefix">#</a> [Ⓢ](https://github.com/bestiejs/lodash/blob/v0.3.1/lodash.js#L3261 "View in source") [Ⓣ][1]
2358
2358
2359
2359
Generates a unique id. If ` prefix` is passed, the id will be appended to it.
2360
2360
@@ -2378,7 +2378,7 @@ _.uniqueId('contact_');
2378
2378
<!-- div -->
2379
2379
2380
2380
### <a id="_valuesobject"></a>` _ .values (object)`
2381
- <a href="#_valuesobject">#</a> [Ⓢ](https://github.com/bestiejs/lodash/blob/v0.3.1/lodash.js#L2977 "View in source") [Ⓣ][1]
2381
+ <a href="#_valuesobject">#</a> [Ⓢ](https://github.com/bestiejs/lodash/blob/v0.3.1/lodash.js#L2954 "View in source") [Ⓣ][1]
<
10000
div aria-hidden="true" style="left:-2px" class="position-absolute top-0 d-flex user-select-none DiffLineTableCellParts-module__in-progress-comment-indicator--hx3m3">2382
2382
2383
2383
Produces an array of ` object` 's own enumerable property values.
2384
2384
@@ -2488,12 +2488,12 @@ _.zip(['moe', 'larry', 'curly'], [30, 40, 50], [true, false, false]);
2488
2488
<!-- div -->
2489
2489
2490
2490
### <a id="_prototypechain"></a>` _ .prototype .chain ()`
2491
- <a href="#_prototypechain">#</a> [Ⓢ](https://github.com/bestiejs/lodash/blob/v0.3.1/lodash.js#L3331 "View in source") [Ⓣ][1]
2491
+ <a href="#_prototypechain">#</a> [Ⓢ](https://github.com/bestiejs/lodash/blob/v0.3.1/lodash.js#L3336 "View in source") [Ⓣ][1]
2492
2492
2493
- Extracts the value from a wrapped chainable object.
2493
+ Enables method chaining on the wrapper object.
2494
2494
2495
2495
#### Returns
2496
- *(Mixed)*: Returns the wrapped object.
2496
+ *(Mixed)*: Returns the wrapper object.
2497
2497
2498
2498
#### Example
2499
2499
~~~ js
@@ -2509,12 +2509,12 @@ _([1, 2, 3]).value();
2509
2509
<!-- div -->
2510
2510
2511
2511
### <a id="_prototypevalue"></a>` _ .prototype .value ()`
2512
- <a href="#_prototypevalue">#</a> [Ⓢ](https://github.com/bestiejs/lodash/blob/v0.3.1/lodash.js#L3348 "View in source") [Ⓣ][1]
2512
+ <a href="#_prototypevalue">#</a> [Ⓢ](https://github.com/bestiejs/lodash/blob/v0.3.1/lodash.js#L3353 "View in source") [Ⓣ][1]
2513
2513
2514
- Extracts the value from a wrapped chainable object .
2514
+ Extracts the wrapped value .
2515
2515
2516
2516
#### Returns
2517
- *(Mixed)*: Returns the wrapped object .
2517
+ *(Mixed)*: Returns the wrapped value .
2518
2518
2519
2519
#### Example
2520
2520
~~~ js
0 commit comments