expose to commonjs

This commit is contained in:
Leo Horie 2014-03-25 22:23:14 -04:00
parent 7e2136ba51
commit d258b9687b
5 changed files with 6 additions and 2 deletions

View file

@ -417,6 +417,8 @@ new function(window) {
}
}
if (window.module) window.module.exports = m
//testing API
m.deps = function(mock) {return window = mock}
}(this)

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

View file

@ -417,6 +417,8 @@ new function(window) {
}
}
if (window.module) window.module.exports = m
//testing API
m.deps = function(mock) {return window = mock}
}(this)