Ticket #1279 (closed defect: fixed)
cleanup of bootstraps and the hostenv
| Reported by: | liucougar | Owned by: | liucougar |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | 0.3 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
1. Move the document methods to where they belong, which would be hostenv_browser.js. This would include dojo.doc, dojo.body, and dojo.withDoc.
2. 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.
Change History
Note: See
TracTickets for help on using
tickets.