Commit d17cb503 authored by yann300's avatar yann300

fix loading

parent d6da6549
...@@ -11,6 +11,10 @@ if (typeof (module) !== 'undefined' && typeof (module.exports) !== 'undefined') ...@@ -11,6 +11,10 @@ if (typeof (module) !== 'undefined' && typeof (module.exports) !== 'undefined')
module.exports = modules() module.exports = modules()
} }
if (typeof (window) !== 'undefined') {
window.remix = modules()
}
function modules () { function modules () {
return { return {
code: { code: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment