diff --git a/lodash.js b/lodash.js index afca843d9..97c027a02 100644 --- a/lodash.js +++ b/lodash.js @@ -47,7 +47,7 @@ /** Used to detect if a method is native */ var reNative = RegExp('^' + (objectRef.valueOf + '') - .replace(/[.*+?^=!:${}()|[\]\/\\]/g, '\\$&') + .replace(/[.*+?^${}()|[\]\\]/g, '\\$&') .replace(/valueOf|for [^\]]+/g, '.+?') + '$' );