UNPKG

jqvmap

Version:

jQuery Vector Map Library

10 lines (9 loc) 236 B
JQVMap.prototype.bindZoomButtons = function () { var map = this; this.container.find('.jqvmap-zoomin').click(function(){ map.zoomIn(); }); this.container.find('.jqvmap-zoomout').click(function(){ map.zoomOut(); }); };