Remove wild semicolon.

This commit is contained in:
jdalton
2015-05-28 11:33:03 -04:00
parent c0bc5657ea
commit 7c95c5e80a

View File

@@ -8934,7 +8934,7 @@
result = key;
});
return result === undefined || hasOwnProperty.call(value, result);
};
}
/**
* Checks if `value` is classified as a `RegExp` object.