Changeset 13472

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

refs #6653, fix a pair of accidental global references in ContentPane?, \!strict

Files:
1 modified

Legend:

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

    r13245 r13472  
    356356                                // some of these should be available in the dojox.layout.ContentPane 
    357357                                if(this.extractContent){ 
    358                                         match = cont.match(/<body[^>]*>\s*([\s\S]+)\s*<\/body>/im); 
     358                                        var match = cont.match(/<body[^>]*>\s*([\s\S]+)\s*<\/body>/im); 
    359359                                        if(match){ cont = match[1]; } 
    360360                                }