Changeset 7962

Show
Ignore:
Timestamp:
04/06/07 17:56:25 (21 months ago)
Author:
alex
Message:

fixes byId issue on IE. Refs #2500

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dojo/trunk/_base/_loader/hostenv_browser.js

    r7961 r7962  
    256256        //    than referring to 'window.document' to ensure your code runs 
    257257        //    correctly in managed contexts. 
    258         if(this["document"]){ 
    259                 dojo._currentDocument = this.document; 
     258        if(window["document"]){ 
     259                dojo._currentDocument = window.document; 
    260260        } 
    261261