#10686 closed bug (duplicate)
Defining jQuery using AMD's define should be done after all of jQuery has been defined.
Reported by: | Timmy Willison | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 1.7.1 |
Component: | core | Version: | 1.7 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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 (5)
comment:1 Changed 12 years ago by
Component: | unfiled → core |
---|---|
Milestone: | None → 1.7.1 |
Owner: | set to Timmy Willison |
Priority: | undecided → low |
Status: | new → assigned |
comment:2 Changed 12 years ago by
comment:3 Changed 12 years ago by
Owner: | Timmy Willison deleted |
---|---|
Status: | assigned → open |
comment:4 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | open → closed |
John made a report himself.
Note: See
TracTickets for help on using
tickets.
It would be nice to include tests for all of the popular amd loaders.