Changeset 13486

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

refs #6653, fix an accidental global reference in dojox.validate.regexp, \!strict

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dojox/trunk/validate/regexp.js

    r11883 r13486  
    282282        var stateRE =  
    283283                "AB|BC|MB|NB|NL|NS|NT|NU|ON|PE|QC|SK|YT"; 
    284         return "(" + statesRE + ")"; 
     284        return "(" + stateRE + ")"; 
    285285} 
    286286