Modify ↓
Ticket #10686 (closed bug: duplicate)
Defining jQuery using AMD's define should be done after all of jQuery has been defined.
| Reported by: | timmywil | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 1.7.1 |
| Component: | core | Version: | 1.7 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
requirejs does not have a problem with the placement, but curl.js does.
From @unscriptable: "jQuery1.7 AMD bug: jQuery calls define() too early. dependent modules can execute before all of jQ is defined."
If I understand this correctly, moving the call to outer should fix it.
Change History
comment:1 Changed 19 months ago by timmywil
- Owner set to timmywil
- Priority changed from undecided to low
- Status changed from new to assigned
- Component changed from unfiled to core
- Milestone changed from None to 1.7.1
comment:2 Changed 19 months ago by timmywil
It would be nice to include tests for all of the popular amd loaders.
comment:3 Changed 19 months ago by timmywil
- Owner timmywil deleted
- Status changed from assigned to open
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.
