Changeset 13481

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

refs #6653, fix a minor style guideline variation in firebug lite, \!strict

Files:
1 modified

Legend:

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

    r13480 r13481  
    10301030                for(var nm in o){ 
    10311031                        cnt++; 
    1032                         if(cnt==length) br = "\n"; 
     1032                        if(cnt==length){br = "\n"}; 
    10331033                        if(o[nm] === window || o[nm] === document){ 
    10341034                                continue;