Changeset 13487

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

refs #6653, fix an accidental global reference in dojox.widget.Wizard, \!strict

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dojox/trunk/widget/Wizard.js

    r13419 r13487  
    5151                var labels = dojo.mixin({cancel: dojo.i18n.getLocalization("dijit", "common", this.lang).buttonCancel}, 
    5252                        dojo.i18n.getLocalization("dojox.widget", "Wizard", this.lang)); 
     53                var prop; 
    5354                for(prop in labels){ 
    5455                        if(!this[prop + "ButtonLabel"]){