adamschwartz / log

Console.log with style.
https://adamschwartz.co/log
MIT License
3.01k stars 140 forks source link

fixing AMD export #32

Closed rodneyrehm closed 10 years ago

rodneyrehm commented 10 years ago

the function passed into define() is executed by RequireJS, so you need to wrap the function you return in an initializer…

adamschwartz commented 10 years ago

Thanks @rodneyrehm!