#6912 closed task (fixed)
Remove dojo.config.libraryScriptUri for hostenv_rhino
Reported by: | James Burke | Owned by: | James Burke |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | Loader | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Apparently it is not used. It is referenced in hostenv_rhino.js, but nowhere else in the dojo directory. The only references in hostenv_rhino is to set it up, but it is not used. dojo.config.baseUrl now seems to be the preferred config value.
See if the usage of dojo._rhinoCurrentScriptViaJava() is useful for dojo.config.baseUrl.
Change History (3)
comment:1 Changed 12 years ago by
Milestone: | 1.3 → future |
---|
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 12 years ago by
Milestone: | future → 1.4 |
---|
Note: See
TracTickets for help on using
tickets.
(In [18032]) Fixes #6912, #9418. Removed unused libraryScriptUri and _rhinoCurrentScriptViaJava, introduced dojo._getText for rhino so that dojo.cache now works in the unit tests under rhino. Firefox extension hostenv already has a _getText. Spidermonkey does not, but I expect more is missing from that hostenv and so not messing with that one for now. Also corrected some strict errors.