| Summary: | bootstrap leaves "pluginRegistry" and "serviceRegistry" references on global object | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Simon Kaegi <simon_kaegi> |
| Component: | Client | Assignee: | Project Inbox <orion.client-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | mamacdon |
| Version: | 3.0 | Flags: | mamacdon:
review+
|
| Target Milestone: | 3.0 RC3 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
Fixed in Master. I did a preliminary check however I want this fixed asap to give us a chance to catch any one using the globals. |
These were originally left as a debug convenience but now should probably be removed. If while debugging you require them you can use something like... require("orion/bootstrap").startup().then(function(result) { window._pluginRegistry = result.pluginRegistry; window._serviceRegistry = result.serviceRegistry; });