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

1.7/enhancement_8685
John Resig 2006-05-12 16:52:18 +00:00
parent 4233896e9d
commit 5f62b671a3
1 changed files with 2 additions and 2 deletions

4
jquery/jquery.js vendored
View File

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