Ticket #2673 (closed defect: fixed)
docparser issues with dojo.declare
| Reported by: | robert.coup@… | Owned by: | pottedmeat |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Parser | Version: | 0.4.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
dojo.declare causes two issues with the docparser:
- declarations with no ancestor (dojo.declare("my.new.class", null, { ... });) are not picked up.
- in the body, methods declared myMethod : function(a,b,c) { ... } are not picked up due to odd whitespace-matching around the ":"
Change History
Note: See
TracTickets for help on using
tickets.