Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This fixes #117 `this._loading` is undefined/null if calling 'define()' directly, rather than via `load()`. `exts` incorrectly being used in `this.types[exts]`. Since exts is an array, it only works if the array holds a single value.
- Loading branch information