Opened 14 years ago
Closed 13 years ago
#4080 closed defect (fixed)
dojo.declare needs to be extensible by assigning to arguments.callee
Reported by: | alex | Owned by: | alex |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Core | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
today you can't easily extend dojo.declare because it assigns from itself internally
Change History (2)
comment:1 Changed 14 years ago by
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [10069]) Refs #4080. Makes dojo.declare more extensible