mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-11 11:27:50 +00:00
Remove rogue semicolon.
This commit is contained in:
@@ -8222,7 +8222,7 @@
|
|||||||
var Ctor = proto.constructor;
|
var Ctor = proto.constructor;
|
||||||
return (typeof Ctor == 'function' &&
|
return (typeof Ctor == 'function' &&
|
||||||
Ctor instanceof Ctor && fnToString.call(Ctor) == objCtorString);
|
Ctor instanceof Ctor && fnToString.call(Ctor) == objCtorString);
|
||||||
};
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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