Opened 9 years ago
Closed 9 years ago
#13723 closed defect (fixed)
dojo mvc tests LoanWizardModel minor fix
Reported by: | luch | Owned by: | Ed Chatelain |
---|---|---|---|
Priority: | low | Milestone: | 1.8 |
Component: | DojoX MVC | Version: | |
Keywords: | Cc: | rahul | |
Blocked By: | Blocking: |
Description
Minor fix to tests/models/LoanWizardModel.js
Attachments (2)
Change History (8)
Changed 9 years ago by
Attachment: | LoanWizardModel.patch added |
---|
comment:1 Changed 9 years ago by
comment:2 Changed 9 years ago by
Cc: | rahul added |
---|---|
Owner: | changed from rahul to Ed Chatelain |
comment:3 Changed 9 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:4 Changed 9 years ago by
ed, you should remove the line. it's wrong (not needed). constructors are already chained.
Note: See
TracTickets for help on using
tickets.
actually... constructors are already chained so that line should be removed. also
arguments
, rather thanargs
, is actually right so the format of the call was right to begin with but its just not needed.