todo/public/vendor/jvectormap/lib/simple-scale.js
Supan Adit Pratama 35d8715ab4 first commit
2020-06-23 11:40:37 +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;
};