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 );