forked from OpenPDU/openpdu
first mockup in go
This commit is contained in:
7
static/bower_components/jvectormap/lib/simple-scale.js
vendored
Normal file
7
static/bower_components/jvectormap/lib/simple-scale.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
jvm.SimpleScale = function(scale){
|
||||
this.scale = scale;
|
||||
};
|
||||
|
||||
jvm.SimpleScale.prototype.getValue = function(value){
|
||||
return value;
|
||||
};
|
||||
Reference in New Issue
Block a user