Directory : /proc/thread-self/cwd/admin/bower_components/jvectormap/lib/ |
Current File : //proc/thread-self/cwd/admin/bower_components/jvectormap/lib/ordinal-scale.js |
jvm.OrdinalScale = function(scale){ this.scale = scale; }; jvm.OrdinalScale.prototype.getValue = function(value){ return this.scale[value]; };