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