Changeset 13479
- Timestamp:
- 04/30/08 06:16:53 (7 months ago)
- Files:
-
- 1 modified
-
dojo/trunk/_firebug/firebug.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dojo/trunk/_firebug/firebug.js
r13469 r13479 345 345 var newDoc=win.document; 346 346 //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' + 348 348 '<body bgColor="#ccc" style="height:97%;" onresize="opener.onFirebugResize()">\n' + 349 349 '<div id="fb"></div>' + … … 1026 1026 } 1027 1027 1028 varbr=",\n", cnt = 0, length = objectLength(o)1028 br=",\n", cnt = 0, length = objectLength(o) 1029 1029 1030 1030 looking: