Revert "Register as a CommonJS async module if in that kind of environment. Fixes #7102."
This reverts commit 6ffa730721
.
Conflicts:
src/core.js
This commit is contained in:
parent
cbf591152c
commit
ae6655bcb6
3 changed files with 23 additions and 35 deletions
|
@ -1,12 +1,7 @@
|
|||
var jQuery = this.jQuery || "jQuery", // For testing .noConflict()
|
||||
$ = this.$ || "$",
|
||||
originaljQuery = jQuery,
|
||||
original$ = $,
|
||||
commonJSDefined;
|
||||
|
||||
function define(module, dependencies, callback) {
|
||||
commonJSDefined = callback();
|
||||
}
|
||||
original$ = $;
|
||||
|
||||
/**
|
||||
* Returns an array of elements with the given IDs, eg.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue