mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Safari has problems with throw? Commented out for now...
This commit is contained in:
parent
4233896e9d
commit
5f62b671a3
4
jquery/jquery.js
vendored
4
jquery/jquery.js
vendored
@ -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);*/
|
||||||
|
Loading…
Reference in New Issue
Block a user