mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
add semis
This commit is contained in:
parent
dd1c04acbf
commit
316b73edcd
@ -105,12 +105,12 @@ class NumberControllerBox extends NumberController {
|
||||
}
|
||||
case 'ArrowUp':
|
||||
{
|
||||
_this.setValue(_this.getValue() + _this.__impliedStep)
|
||||
_this.setValue(_this.getValue() + _this.__impliedStep);
|
||||
break;
|
||||
}
|
||||
case 'ArrowDown':
|
||||
{
|
||||
_this.setValue(_this.getValue() - _this.__impliedStep)
|
||||
_this.setValue(_this.getValue() - _this.__impliedStep);
|
||||
break;
|
||||
}
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user