mirror of
https://github.com/jquery/jquery.git
synced 2026-02-18 01:11:29 -05:00
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:
@@ -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 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user