mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 06:52:40 -05:00
Fix lint error...
This commit is contained in:
parent
1861b5a262
commit
9ce6040b0f
1 changed files with 3 additions and 3 deletions
|
@ -215,9 +215,9 @@ class RenderedTarget extends Target {
|
|||
*/
|
||||
static get VIDEO_STATE () {
|
||||
return {
|
||||
'OFF': 'off',
|
||||
'ON': 'on',
|
||||
'ON_FLIPPED': 'on_flipped'
|
||||
OFF: 'off',
|
||||
ON: 'on',
|
||||
ON_FLIPPED: 'on_flipped'
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue