UNPKG
jqvmap-novulnerability
Version:
latest (1.5.1)
1.5.1
jQuery Vector Map Library
jqvmap.com
manifestinteractive/jqvmap
jqvmap-novulnerability
/
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
(); };