mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 02:47:50 +00:00
Remove wild semicolon.
This commit is contained in:
@@ -8934,7 +8934,7 @@
|
|||||||
result = key;
|
result = key;
|
||||||
});
|
});
|
||||||
return result === undefined || hasOwnProperty.call(value, result);
|
return result === undefined || hasOwnProperty.call(value, result);
|
||||||
};
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Checks if `value` is classified as a `RegExp` object.
|
* Checks if `value` is classified as a `RegExp` object.
|
||||||
|
|||||||
Reference in New Issue
Block a user