// jQuery .on() analog Map.prototype.on = function (event, handler) { this.map.on(event, $.proxy( handler, this) ); };