Scott Santucci

Results 52 issues of Scott Santucci

The [AMD spec](https://github.com/amdjs/amdjs-api/blob/master/AMD.md#module-id-format-) dictates that absolute module IDs be found under "the conceptual module name space root" while relative module IDs basically use the module ID they're relative to to...

JavaScript gives an error about trying to call `this.id.indexOf` when `this.id` is undefined, in at least some browsers. If I'm reading the source correctly, I think that means that `loadDependencies`...