Opened 10 years ago
Closed 10 years ago
#13184 closed defect (fixed)
1.7b - dojox.validate.regexp is empty (AMD conversion)
Reported by: | jameyg | Owned by: | Bryan Forbes |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | General | Version: | 1.7.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
the dojox.validate.regexp object isn't actually getting updated in regexp.js. I think we want something like this instead:
dojo.getObject("validate.regexp", true, dojox); var dxregexp = dojox.validate.regexp = {...
Change History (2)
comment:1 Changed 10 years ago by
Milestone: | tbd → 1.7 |
---|---|
Owner: | set to Bryan Forbes |
Version: | → 1.7.0b1 |
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [25474]) fixes #13184 - include dojox/main for ns, move stuff around so docs are parsed properly