Straightforward support note

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
This commit is contained in:
Rick Waldron
2012-12-17 18:08:14 -05:00
parent 5dbfddc116
commit d99f1243b6

View File

@@ -417,7 +417,7 @@ jQuery.extend({
return false;
}
// Firefox 17+ will throw on host objects. ie window.location
// Support: Firefox >16
try {
if ( obj.constructor &&
!core_hasOwn.call( obj.constructor.prototype, "isPrototypeOf" ) ) {