diff --git a/lodash.js b/lodash.js index b9f037911..419cb1a09 100644 --- a/lodash.js +++ b/lodash.js @@ -1958,7 +1958,7 @@ * // => true */ function isRegExp(value) { - return !!(value && objectTypes[typeof value]) && toString.call(value) == regexpClass); + return !!(value && objectTypes[typeof value]) && toString.call(value) == regexpClass; } /**