Closed darkyen closed 9 years ago
Thanks! :+1:
This PR breaks Delorean when used Browserify! The below line fires as typeof define === 'function' && define.amd
evaluates false. DeLorean
is then undefined
, which causes an Uncaught ReferenceError
.
Will submit a fix shortly. but we need to do a better job testing PRs in the future.
else {
window.DeLorean = DeLorean;
}
Fixes #55 a bug which wouldn't let requirejs import modules exported by requirements.js