Show
Ignore:
Timestamp:
06/01/09 09:08:13 (10 months ago)
Author:
dante
Message:

whoops. load doesn't fire in FF. onload doed

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dojox/trunk/analytics/Urchin.js

    r17621 r17655  
    6868                        }, dojo.doc.getElementsByTagName("head")[0]); 
    6969 
    70                 n.load = n.onreadystatechange = dojo.hitch(this, function(e){ 
     70                n.onload = n.onreadystatechange = dojo.hitch(this, function(e){ 
    7171                        if(e && e.type == "load" || re.test(n.readyState)){ 
    7272                                this._gotGA();