Path : /var/www/html/main/bower_components/jvectormap/src/
File Upload :
Current File : /var/www/html/main/bower_components/jvectormap/src/simple-scale.js

jvm.SimpleScale = function(scale){
  this.scale = scale;
};

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