mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-25 07:22:33 -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 () {
|
static get VIDEO_STATE () {
|
||||||
return {
|
return {
|
||||||
'OFF': 'off',
|
OFF: 'off',
|
||||||
'ON': 'on',
|
ON: 'on',
|
||||||
'ON_FLIPPED': 'on_flipped'
|
ON_FLIPPED: 'on_flipped'
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue