Fix lint error...

This commit is contained in:
Karishma Chadha 2018-04-06 16:57:52 -04:00
parent 1861b5a262
commit 9ce6040b0f

View file

@ -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'
}; };
} }