mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 02:17:50 +00:00
Bump to v4.4.0.
This commit is contained in:
@@ -37,7 +37,9 @@ define(['./_charsStartIndex', './_stringToArray', './toString'], function(charsS
|
||||
return string;
|
||||
}
|
||||
var strSymbols = stringToArray(string);
|
||||
return strSymbols.slice(charsStartIndex(strSymbols, stringToArray(chars))).join('');
|
||||
return strSymbols
|
||||
.slice(charsStartIndex(strSymbols, stringToArray(chars)))
|
||||
.join('');
|
||||
}
|
||||
|
||||
return trimStart;
|
||||
|
||||
Reference in New Issue
Block a user