Remove rogue semicolon.

This commit is contained in:
John-David Dalton
2015-07-16 23:03:23 -07:00
parent 181ebf024c
commit 24d592f94f

View File

@@ -8222,7 +8222,7 @@
var Ctor = proto.constructor;
return (typeof Ctor == 'function' &&
Ctor instanceof Ctor && fnToString.call(Ctor) == objCtorString);
};
}
/**
* Checks if `value` is classified as a `RegExp` object.