Opened 15 years ago
Closed 15 years ago
#749 closed defect (fixed)
typo in src/validate.js (require dojo.valdiate.common)
Reported by: | anonymous | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Just check SVN and this is still there in trunk: dojo.require("dojo.valdiate.common");
.. should presumably be
dojo.require("dojo.validate.common");
Note: See
TracTickets for help on using
tickets.
thanks, fixed in 4070