Merge pull request #103 from yann300/fixLoading

fix loading in browser
pull/7/head
yann300 8 years ago committed by GitHub
commit 6af2177483
  1. 4
      src/index.js

@ -11,6 +11,10 @@ if (typeof (module) !== 'undefined' && typeof (module.exports) !== 'undefined')
module.exports = modules()
}
if (typeof (window) !== 'undefined') {
window.remix = modules()
}
function modules () {
return {
code: {

Loading…
Cancel
Save