Open cadorn opened 14 years ago
The read function from file.read in loader.js always comes from bootstrap.js instead of file.js.
read
file.read
This makes it impossible to create a loader (to be passed into a sandbox) that makes use of the file.js module.
The
read
function fromfile.read
in loader.js always comes from bootstrap.js instead of file.js.This makes it impossible to create a loader (to be passed into a sandbox) that makes use of the file.js module.