id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,blocking,blockedby
4683,Callback for getScript is called too early in Safari and Opera,inez,,"var myCallback = function() {
// ...
}
$.getScript(myLib, myCallback);

In Safari and Opera myCallback is called too early, before myLib script is downloaded and initialized. Note that this problem may not occur if your network latency is very low or you have myLib in browser cache.

Patch is attached.",bug,closed,major,1.4,ajax,1.3.2,worksforme,getScript callback,,,
