// ... myModule: { init: function () { this.say ('myModule initiated!'); }, say: function (msg) { alert (msg); } }, // ...