Changeset 17655 for dojox/trunk/analytics
- Timestamp:
- 06/01/09 09:08:13 (10 months ago)
- Files:
-
- 1 modified
-
dojox/trunk/analytics/Urchin.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dojox/trunk/analytics/Urchin.js
r17621 r17655 68 68 }, dojo.doc.getElementsByTagName("head")[0]); 69 69 70 n. load = n.onreadystatechange = dojo.hitch(this, function(e){70 n.onload = n.onreadystatechange = dojo.hitch(this, function(e){ 71 71 if(e && e.type == "load" || re.test(n.readyState)){ 72 72 this._gotGA();