Safari has problems with throw? Commented out for now...

This commit is contained in:
John Resig 2006-05-12 16:52:18 +00:00
parent 4233896e9d
commit 5f62b671a3

4
jquery/jquery.js vendored
View file

@ -753,7 +753,7 @@ $.fn.text = function(e) {
return t; return t;
}; };
setTimeout(function(){ /*setTimeout(function(){
if ( typeof Prototype != "undefined" && $.g == null && $.clean == null ) if ( typeof Prototype != "undefined" && $.g == null && $.clean == null )
throw "Error: You are overwriting jQuery, please include jQuery last."; throw "Error: You are overwriting jQuery, please include jQuery last.";
}, 1000); }, 1000);*/