Hi,
Can I steal a file and get its reference as an object?
something like..
var HomeController = steal('js/controllers/HomeController.js');
var hc = new HomeController();
Is something like this possible with stealJS?
Thanks,
kirthi