mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +00:00
Lint nits.
This commit is contained in:
@@ -240,7 +240,7 @@
|
|||||||
var lodash = convert({ 'add': _.add });
|
var lodash = convert({ 'add': _.add });
|
||||||
|
|
||||||
assert.strictEqual(lodash.placeholder, lodash);
|
assert.strictEqual(lodash.placeholder, lodash);
|
||||||
assert.strictEqual(lodash.add.placeholder, lodash)
|
assert.strictEqual(lodash.add.placeholder, lodash);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
skipAssert(assert, 2);
|
skipAssert(assert, 2);
|
||||||
@@ -641,7 +641,7 @@
|
|||||||
'curryRight',
|
'curryRight',
|
||||||
'partial',
|
'partial',
|
||||||
'partialRight'
|
'partialRight'
|
||||||
]
|
];
|
||||||
|
|
||||||
_.each(methodNames, function(methodName) {
|
_.each(methodNames, function(methodName) {
|
||||||
var func = fp[methodName];
|
var func = fp[methodName];
|
||||||
|
|||||||
Reference in New Issue
Block a user