mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 18:37:50 +00:00
Fix typo in saucelabs.js.
This commit is contained in:
@@ -298,7 +298,7 @@ function logThrobber() {
|
|||||||
* @returns {Array} Returns the new converted array.
|
* @returns {Array} Returns the new converted array.
|
||||||
*/
|
*/
|
||||||
function optionToArray(name, string) {
|
function optionToArray(name, string) {
|
||||||
return _.compact(_.invoke((optionToValue(name, string) || '').split(/,. */), 'trim'));
|
return _.compact(_.invoke((optionToValue(name, string) || '').split(/, */), 'trim'));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user