Closed kc-dot-io closed 9 years ago
Currently the pattern style says
Mojo.Ready('module','context',function(options){ .... });
Should probably be something like:
Mojo.Ready('module','context',function(module){ Mojo.Log(module.model.data); //etc });
Currently the pattern style says
Should probably be something like: