UNPKG
jqvmap
Version:
latest (1.5.1)
1.5.1
1.5.0
1.0.1
1.0.0
jQuery Vector Map Library
jqvmap.com
manifestinteractive/jqvmap
jqvmap
/
src
/
JQVMap
/
setScale.js
5 lines
(4 loc)
•
97 B
JavaScript
View Raw
1
2
3
4
5
JQVMap
.
prototype
.
setScale
=
function
(
scale
) {
this
.
scale
= scale;
this
.
applyTransform
(); };