MisagoThreadParticipants = function() { var _this = this; this.open = function(options) { console.log(options) } } $(function() { Misago.ParticipantsEditor = new MisagoThreadParticipants(); });