Revert "Register as a CommonJS async module if in that kind of environment. Fixes...
[jquery.git] / test / data / testinit.js
index 8f431fb..a66f71d 100644 (file)
@@ -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.