From a211ea27d29d8f0f25a6b16572bde76cea2c6a62 Mon Sep 17 00:00:00 2001 From: Matt Mueller Date: Fri, 14 Oct 2011 02:41:35 -0700 Subject: [PATCH] Removed irrelevant comment. --- src/core.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/core.js b/src/core.js index 1884ad5bc..d0eb612e6 100644 --- a/src/core.js +++ b/src/core.js @@ -668,8 +668,6 @@ jQuery.extend({ if ( array != null ) { // The window, strings (and functions) also have 'length' - // The extra typeof function check is to prevent crashes - // in Safari 2 (See: #3039) // Tweaked logic slightly to handle Blackberry 4.7 RegExp issues #6930 var type = jQuery.type( array ); -- 2.39.5