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:
David Serduke 2007-11-30 02:42:48 +00:00
parent 4b8f6cdc86
commit aca1cc3677
2 changed files with 1 additions and 5 deletions

View file

@ -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 );