diff options
Diffstat (limited to 'src/core.js')
-rw-r--r-- | src/core.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.js b/src/core.js index 300a90b2d..780177b2d 100644 --- a/src/core.js +++ b/src/core.js @@ -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" ) ) { |