Changeset 5932

Show
Ignore:
Timestamp:
10/01/06 15:17:37 (2 years ago)
Author:
jburke
Message:

References #1169. Tweak for it to work in IE.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/io/common.js

    r5931 r5932  
    219219        //Need to be careful since not all hostenvs support setTimeout. 
    220220        if((typeof request.error == "function" || typeof request.handle == "function") 
    221                 && typeof setTimeout == "function"){ 
     221                && (typeof setTimeout == "function" || typeof setTimeout == "object")){ 
    222222                var errorObject = new dojo.io.Error(message); 
    223223                setTimeout(function(){