#10489 closed task (fixed)
Make FileUploader extendable by removing closure
Reported by: | Jaanus Heeringson | Owned by: | Mike Wilcox |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | DojoX Form | Version: | 1.4.0 |
Keywords: | FileUploader | Cc: | |
Blocked By: | Blocking: |
Description
Can you please move the methods in the surrounding closure into the declared object so it can be extended? The way it is now makes it hard/impossible to extend.
Change History (3)
comment:1 Changed 11 years ago by
Owner: | changed from dante to Mike Wilcox |
---|
comment:2 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 11 years ago by
Milestone: | tbd → 1.5 |
---|
Note: See
TracTickets for help on using
tickets.
(In [21400]) Fixes #10489 - removed closure in FileUploader? so that the code can be extended.