short-url/public/vendor/jvectormap/lib/simple-scale.js
Supan Adit Pratama b2e434483d first commit
2020-07-01 15:57:45 +07:00

7 lines
133 B
JavaScript
Executable File
Vendored

jvm.SimpleScale = function(scale){
this.scale = scale;
};
jvm.SimpleScale.prototype.getValue = function(value){
return value;
};