7 lines
75 B
JavaScript
7 lines
75 B
JavaScript
function Rescale()
|
|
{
|
|
this.run = function(q)
|
|
{
|
|
console.log(q);
|
|
}
|
|
} |