Changeset 13488

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

refs #6653, fix an accidental global reference in dojox.string.sprintf, \!strict

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dojox/trunk/string/sprintf.js

    r11264 r13488  
    284284                                token.arg = '0x' + token.arg; 
    285285                        } 
    286                         toke.art = token.toUpper ? token.arg.toUpperCase() : token.arg.toLowerCase(); 
     286                        token.arg = token.toUpper ? token.arg.toUpperCase() : token.arg.toLowerCase(); 
    287287                } 
    288288                if(token.base == 8){