Skip to content

Commit

Permalink
Straightforward support note
Browse files Browse the repository at this point in the history
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
  • Loading branch information
rwaldron committed Dec 26, 2012
1 parent 5dbfddc commit d99f124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ jQuery.extend({
return false; return false;
} }


// Firefox 17+ will throw on host objects. ie window.location // Support: Firefox >16
try { try {
if ( obj.constructor && if ( obj.constructor &&
!core_hasOwn.call( obj.constructor.prototype, "isPrototypeOf" ) ) { !core_hasOwn.call( obj.constructor.prototype, "isPrototypeOf" ) ) {
Expand Down

0 comments on commit d99f124

Please sign in to comment.