UNPKG

mens

Version:

Isomorphic Mithril Javascript Framework (w/ Websockets)

10 lines (7 loc) 179 B
module.exports = function (params) { this.params = params; this.ping = function () { m.poll('pingit', {}, function (d) { alert(d.response) }); }; return this; };