Changes between Initial Version and Version 1 of Ticket #16389, comment 3
- Timestamp:
- Jan 2, 2013, 5:54:21 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16389, comment 3
initial v1 1 1 Argh, that broke dojo/tests/parrser/parseOnLoadDeclarativeRequire.html. 2 3 The two-queue thing turns out not to work in the above case. The order of events is: 4 5 1. ready.js calls ready() to load the parser 6 2. test file calls ready(1000, ...) 7 3. parser finishes loading calls ready(100, parser.parse) 8 4. test file's ready() callback executes 9 5. (later) parser finishes asynchronous auto-load of widgets 10