Opened 10 years ago
Closed 10 years ago
#13293 closed defect (fixed)
[patch][ccla]some gfx tests fail to run because of wrong new (amd) require statements.
Reported by: | Patrick Ruzand | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | DojoX GFX | Version: | 1.7.0b1 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
The smokeRenderer and test_gfx tests do not run because of a wrong require for the "domReady" plugin.
should be: "dojo/domReady!" (prefix with dojo/)
Attachments (1)
Change History (2)
Changed 10 years ago by
Attachment: | 13293.patch added |
---|
comment:1 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
patch. (also included a fix for test_bubbling)