Backing out of REV 522 for further testing

This commit is contained in:
Brandon Aaron 2006-11-02 21:03:08 +00:00
parent 0c45d03c70
commit d6d3316962

View file

@ -31,7 +31,7 @@ window.undefined = window.undefined;
var jQuery = function(a,c) { var jQuery = function(a,c) {
// Shortcut for document ready (because $(document).each() is silly) // Shortcut for document ready (because $(document).each() is silly)
if ( a && typeof a == "function" && jQuery.fn.ready && a.length == undefined ) // Safari reports DOM NodeLists typeof as function if ( a && typeof a == "function" && jQuery.fn.ready )
return jQuery(document).ready(a); return jQuery(document).ready(a);
// Make sure that a selection was provided // Make sure that a selection was provided