Changeset 13479

Show
Ignore:
Timestamp:
04/30/08 06:16:53 (7 months ago)
Author:
dylan
Message:

refs #6653, fix an accidental global reference in firebug lite, and remove a redeclaration, \!strict

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dojo/trunk/_firebug/firebug.js

    r13469 r13479  
    345345                var newDoc=win.document; 
    346346                //Safari needs an HTML height 
    347                 HTMLstring=     '<html style="height:100%;"><head><title>Firebug Lite</title></head>\n' + 
     347                var HTMLstring= '<html style="height:100%;"><head><title>Firebug Lite</title></head>\n' + 
    348348                                        '<body bgColor="#ccc" style="height:97%;" onresize="opener.onFirebugResize()">\n' + 
    349349                                        '<div id="fb"></div>' + 
     
    10261026                } 
    10271027                 
    1028                 var br=",\n", cnt = 0, length = objectLength(o) 
     1028                br=",\n", cnt = 0, length = objectLength(o) 
    10291029                 
    10301030                looking: