Opened 8 years ago
Closed 7 years ago
#13508 closed defect (worksforme)
dojox/fx module return values are inconsistent
Reported by: | Douglas Hays | Owned by: | Patrick Ruzand |
---|---|---|---|
Priority: | high | Milestone: | 1.8 |
Component: | Dojox | Version: | 1.7.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Some of the modules in dojox/fx/ return dojox.fx (e.g. flip.js) while some return module specific values (e.g. easing.js). I just wanted to make sure this is intentional and not random.
Change History (3)
comment:1 Changed 8 years ago by
Milestone: | tbd → 1.7 |
---|---|
Owner: | changed from nic to Chris Mitchell |
comment:2 Changed 7 years ago by
Owner: | changed from Chris Mitchell to Patrick Ruzand |
---|---|
Status: | new → assigned |
comment:3 Changed 7 years ago by
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
It's ok for me. modules that extend (ie add new methods to) dojox/fx returns it, while the ones that define a new class/module return the module itself, which is the common practice in dojo. So, closed as "works for me".
Note: See
TracTickets for help on using
tickets.
Chris mentioned in another ticket that he was AMD-ing dojox/fx, so probably he should get this ticket.