Switch video flipped string back to hyphen.

This commit is contained in:
Karishma Chadha 2018-04-10 15:43:29 -04:00
parent 9ce6040b0f
commit 2f53996c9c

View file

@ -217,7 +217,7 @@ class RenderedTarget extends Target {
return {
OFF: 'off',
ON: 'on',
ON_FLIPPED: 'on_flipped'
ON_FLIPPED: 'on-flipped'
};
}