Changeset 13499

Show
Ignore:
Timestamp:
04/30/08 08:45:22 (7 months ago)
Author:
dylan
Message:

refs #6653, fix an accidental global reference in dojox.layout.ContentPane?, \!strict

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dojox/trunk/layout/ContentPane.js

    r13176 r13499  
    391391                        // rationale for this block: 
    392392                        // if containerNode/domNode is a table derivate tag, some browsers dont allow innerHTML on those 
    393                         var node = (this.containerNode || this.domNode), pre = post = '', walk = 0; 
     393                        var node = (this.containerNode || this.domNode), post, pre = post = '', walk = 0; 
    394394                        switch(node.nodeName.toLowerCase()){ 
    395395                                case 'tr':