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 });
|
||||
|
||||
assert.strictEqual(lodash.placeholder, lodash);
|
||||
assert.strictEqual(lodash.add.placeholder, lodash)
|
||||
assert.strictEqual(lodash.add.placeholder, lodash);
|
||||
}
|
||||
else {
|
||||
skipAssert(assert, 2);
|
||||
@@ -641,7 +641,7 @@
|
||||
'curryRight',
|
||||
'partial',
|
||||
'partialRight'
|
||||
]
|
||||
];
|
||||
|
||||
_.each(methodNames, function(methodName) {
|
||||
var func = fp[methodName];
|
||||
|
||||
Reference in New Issue
Block a user