Skip to content

Commit 451d0c3

Browse files
committed
Fix comment about Safari shortfalls.
1 parent aa3c929 commit 451d0c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ jQuery.extend({
411411
if ( obj == null ) {
412412
return String( obj );
413413
}
414-
// Support: Safari <5.1 (functionish RegExp)
414+
// Support: Safari <=5.1 (functionish RegExp)
415415
return typeof obj === "object" || typeof obj === "function" ?
416416
class2type[ core_toString.call(obj) ] || "object" :
417417
typeof obj;

0 commit comments

Comments
 (0)