#15955 closed defect (fixed)
References to dojo global in dojo/io/iframe and dojo/io/script
Reported by: | Kenneth G. Franqueiro | Owned by: | Bryan Forbes |
---|---|---|---|
Priority: | high | Milestone: | 1.8.1 |
Component: | IO | Version: | 1.8.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Near the top of dojo/io/iframe and dojo/io/script we have deprecated
calls, however they reference dojo
while the kernel module is loaded as kernel
.
This doesn't actually break anything, I guess because these modules must have a dependency that currently forces the global into existence anyway (like they do with setObject
calls themselves). Still reckon it ought to be fixed.
Change History (3)
comment:1 Changed 8 years ago by
Milestone: | tbd → 1.8.1 |
---|---|
Priority: | undecided → high |
comment:2 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
In [29639]: