mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 01:57:50 +00:00
Add trimChars fp mapping.
This commit is contained in:
@@ -21457,9 +21457,9 @@
|
||||
QUnit.module('trim methods');
|
||||
|
||||
lodashStable.each(['trim', 'trimStart', 'trimEnd'], function(methodName, index) {
|
||||
var func = _[methodName];
|
||||
var func = _[methodName],
|
||||
parts = [];
|
||||
|
||||
var parts = [];
|
||||
if (index != 2) {
|
||||
parts.push('leading');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user