mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
4 lines
199 B
JavaScript
4 lines
199 B
JavaScript
// this tests the case where the AMD-loader is not loaded in the main module and
|
|
// the module using amd-loader uses define itself
|
|
console.log("require file with amd-loader and define")
|
|
require("e"); |