Removed comments and code related to Safari being unable to do a sync global eval. With the new globalEval() code that should no longer be a problem.
This commit is contained in:
parent
4b8f6cdc86
commit
aca1cc3677
2 changed files with 1 additions and 5 deletions
|
@ -591,7 +591,6 @@ jQuery.extend({
|
|||
},
|
||||
|
||||
// Evalulates a script in a global context
|
||||
// Evaluates Async. in Safari 2 :-(
|
||||
globalEval: function( data ) {
|
||||
data = jQuery.trim( data );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue