From d99f1243b61a75f34439a45a5abbcd2be132cb02 Mon Sep 17 00:00:00 2001 From: Rick Waldron Date: Mon, 17 Dec 2012 18:08:14 -0500 Subject: [PATCH] Straightforward support note Signed-off-by: Rick Waldron --- src/core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ) ) { -- 2.39.5