Changeset 13480

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

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

Files:
1 modified

Legend:

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

    r13479 r13480  
    10101010        function printObject(o, i, txt, used){ 
    10111011                // Recursively trace object, indenting to represent depth for display in object inspector 
    1012                 var br = "\n";  
    10131012                var ind = " \t"; 
    10141013                txt = txt || ""; 
     
    10261025                } 
    10271026                 
    1028                 br=",\n", cnt = 0, length = objectLength(o) 
     1027                var br=",\n", cnt = 0, length = objectLength(o) 
    10291028                 
    10301029                looking: