Path : /proc/3157941/root/var/www/html/smartcirqls.com/vendors/jqvmap/src/JQVMap/ |
Current File : //proc/3157941/root/var/www/html/smartcirqls.com/vendors/jqvmap/src/JQVMap/bindZoomButtons.js |
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(); }); };