Remove todo comment about flip_rtl default based on discussion from PR.

This commit is contained in:
Karishma Chadha 2019-09-27 11:48:31 -05:00
parent 470fdb761d
commit a9e081859e

View file

@ -1276,7 +1276,6 @@ class Runtime extends EventEmitter {
// Whether or not the inline image should be flipped horizontally
// in RTL languages. Defaults to false, indicating that the
// image will not be flipped.
// TODO is false a good default here?
flip_rtl: argInfo.flipRTL || false
};
break;