Bug Tracker

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#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 Timmy Willison

Component: unfiledcore
Milestone: None1.7.1
Owner: set to Timmy Willison
Priority: undecidedlow
Status: newassigned

comment:2 Changed 12 years ago by Timmy Willison

It would be nice to include tests for all of the popular amd loaders.

comment:3 Changed 12 years ago by Timmy Willison

Owner: Timmy Willison deleted
Status: assignedopen

comment:4 Changed 12 years ago by Timmy Willison

Resolution: duplicate
Status: openclosed

John made a report himself.

comment:5 Changed 12 years ago by Timmy Willison

Duplicate of #10687.

Note: See TracTickets for help on using tickets.