]> source.dussan.org Git - jquery.git/commitdiff
Straightforward support note
authorRick Waldron <waldron.rick@gmail.com>
Mon, 17 Dec 2012 23:08:14 +0000 (18:08 -0500)
committerRick Waldron <waldron.rick@gmail.com>
Wed, 26 Dec 2012 18:34:38 +0000 (13:34 -0500)
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
src/core.js

index 300a90b2dc6a10943c667da9fcb5bbb2be480f51..780177b2ddb20d30089f69be1888a4d557d725b6 100644 (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" ) ) {