mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 02:17:48 +00:00
Use x even more in support definition.
This commit is contained in:
@@ -995,7 +995,7 @@
|
|||||||
|
|
||||||
(function(x) {
|
(function(x) {
|
||||||
var Ctor = function() { this.x = x; },
|
var Ctor = function() { this.x = x; },
|
||||||
object = { '0': !x, 'length': 1 },
|
object = { '0': x, 'length': x },
|
||||||
props = [];
|
props = [];
|
||||||
|
|
||||||
Ctor.prototype = { 'valueOf': x, 'y': x };
|
Ctor.prototype = { 'valueOf': x, 'y': x };
|
||||||
@@ -1143,7 +1143,7 @@
|
|||||||
} catch(e) {
|
} catch(e) {
|
||||||
support.nonEnumArgs = true;
|
support.nonEnumArgs = true;
|
||||||
}
|
}
|
||||||
}(0, 0));
|
}(1, 0));
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* By default, the template delimiters used by lodash are like those in
|
* By default, the template delimiters used by lodash are like those in
|
||||||
|
|||||||
Reference in New Issue
Block a user