#1279 closed defect (fixed)
cleanup of bootstraps and the hostenv
Reported by: | liucougar | Owned by: | liucougar |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
- Move the document methods to where they belong, which would be
hostenv_browser.js. This would include dojo.doc, dojo.body, and dojo.withDoc.
- Find a way of writing dojo.withGlobal and dojo.withDoc without
using dojo.lang.curryArguments.
The bootstraps and the hostenv files should not ever contain any dependencies on any of the internal libraries within Dojo; and the bootstraps should contain no code that will not work in pure, raw JavaScript?. If I can't run the bootstraps in the context of, say, classic ASP with JScript, then the whole point of the bootstraps is lost.
Note: See
TracTickets for help on using
tickets.
[5297] sjmiles refactoring global/doc context switching