]> source.dussan.org Git - jquery.git/commitdiff
Fix comment about Safari shortfalls.
authorDave Methvin <dave.methvin@gmail.com>
Tue, 29 Jan 2013 21:56:32 +0000 (16:56 -0500)
committerDave Methvin <dave.methvin@gmail.com>
Tue, 29 Jan 2013 21:56:32 +0000 (16:56 -0500)
src/core.js

index 2bea61e3b166cf38ff005f775f4b9aa55b0940a3..1b6f0913d3f6fc5af06f932759ef8f6f2138a860 100644 (file)
@@ -411,7 +411,7 @@ jQuery.extend({
                if ( obj == null ) {
                        return String( obj );
                }
-               // Support: Safari <5.1 (functionish RegExp)
+               // Support: Safari <=5.1 (functionish RegExp)
                return typeof obj === "object" || typeof obj === "function" ?
                        class2type[ core_toString.call(obj) ] || "object" :
                        typeof obj;