Changeset 13473

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

refs #6653, fix an accidental global references in TabContainer?, \!strict

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dijit/trunk/layout/TabContainer.js

    r12936 r13473  
    6565                                var tabButton = this.tablist.pane2button[pane]; 
    6666                                if(!tabButton.closeButton){ continue; } 
    67                                 tabButtonStyle = tabButton.closeButtonNode.style; 
     67                                var tabButtonStyle = tabButton.closeButtonNode.style; 
    6868                                tabButtonStyle.position ="absolute"; 
    6969                                if(dojo.isIE < 7){