Removed irrelevant comment.

This commit is contained in:
Matt Mueller 2011-10-14 02:41:35 -07:00 committed by Dave Methvin
parent 471290deb6
commit a211ea27d2

View File

@ -668,8 +668,6 @@ jQuery.extend({
if ( array != null ) { if ( array != null ) {
// The window, strings (and functions) also have 'length' // 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 // Tweaked logic slightly to handle Blackberry 4.7 RegExp issues #6930
var type = jQuery.type( array ); var type = jQuery.type( array );