Clearing event handlers on unload is no longer necessary in any version of IE. This...
[jquery.git] / src / core.js
index 18cd3a3..346e52d 100644 (file)
@@ -733,6 +733,7 @@ jQuery.extend({
                        }
                }
 
+               // Flatten any nested arrays
                return ret.concat.apply( [], ret );
        },