mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
7 lines
133 B
JavaScript
Executable File
7 lines
133 B
JavaScript
Executable File
jvm.SimpleScale = function(scale){
|
|
this.scale = scale;
|
|
};
|
|
|
|
jvm.SimpleScale.prototype.getValue = function(value){
|
|
return value;
|
|
}; |