mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 08:37:49 +00:00
Bump to v4.1.0.
This commit is contained in:
6
trim.js
6
trim.js
@@ -1,6 +1,6 @@
|
||||
var charsEndIndex = require('./internal/charsEndIndex'),
|
||||
charsStartIndex = require('./internal/charsStartIndex'),
|
||||
stringToArray = require('./internal/stringToArray'),
|
||||
var charsEndIndex = require('./_charsEndIndex'),
|
||||
charsStartIndex = require('./_charsStartIndex'),
|
||||
stringToArray = require('./_stringToArray'),
|
||||
toString = require('./toString');
|
||||
|
||||
/** Used to match leading and trailing whitespace. */
|
||||
|
||||
Reference in New Issue
Block a user