Opened 12 years ago
Closed 12 years ago
#10982 closed defect (fixed)
_meta.parents not set correctly in dojo.declare
Reported by: | Rawld Gill | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | Core | Version: | 1.4.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
parents variable is set before argument juggling, causing _meta.parents to be set incorrectly if dojo.declare is called without a className argument. Patch + test attached.
Attachments (2)
Change History (5)
Changed 12 years ago by
Attachment: | declare-fix.diff added |
---|
Changed 12 years ago by
Attachment: | declare-arg-test.js added |
---|
test that demonstrates error and proposed path
comment:1 Changed 12 years ago by
Owner: | changed from anonymous to Eugene Lazutkin |
---|
comment:2 Changed 12 years ago by
Milestone: | tbd → 1.5 |
---|---|
Status: | new → assigned |
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
patch (tested on FF)