tlrobinson / narwhal

[DEPRECATED] A JavaScript standard library, package manager, and more.
http://narwhaljs.org/
372 stars 16 forks source link

file.read in loader.js #83

Open cadorn opened 14 years ago

cadorn commented 14 years ago

The read function from file.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.