define(['jquery'], function() { return { init: function() { alert('Foo'); } } });