Changeset 256 for trunk/common

Show
Ignore:
Timestamp:
12/18/07 18:02:07 (2 years ago)
Author:
ddavis
Message:

potentially undef golbal values must be checked against the window

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/common/App.js

    r254 r256  
    437437        document.execCommand( "BackgroundImageCache", false, true ); 
    438438    } catch( e ) { }; 
    439     var blankURI = __blankURI__ || "about:blank"; 
     439    var blankURI = window.__blankURI__ || "about:blank"; 
    440440    document.write( "<iframe id='__location' src='" + blankURI + "' width='0' height='0' frameborder='0'" + 
    441441        "style='visibility:hidden;position:absolute;left:0;top:0;'></iframe>" );