Sha256: aa0e45a9332f6b35c46e63f5d2a351af367df36a0def9511c560f178cc687691
Contents?: true
Size: 236 Bytes
Versions: 2
Compression:
Stored size: 236 Bytes
Contents
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(); }); };
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rails_modular_admin-1.0.0 | app/assets/node_modules/jqvmap/src/JQVMap/bindZoomButtons.js |
rails_modular_admin-0.4.0 | app/assets/node_modules/jqvmap/src/JQVMap/bindZoomButtons.js |