Ticket #1279 (closed defect: fixed)

Opened 2 years ago

Last modified 18 months ago

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

Changed 2 years ago by liucougar

  • status changed from new to closed
  • resolution set to fixed

[5297] sjmiles refactoring global/doc context switching

Changed 18 months ago by anonymous

  • milestone deleted

Milestone 0.4 deleted

Note: See TracTickets for help on using tickets.