From a9e081859e83af81f262ab829c1fd8456c82552c Mon Sep 17 00:00:00 2001 From: Karishma Chadha Date: Fri, 27 Sep 2019 11:48:31 -0500 Subject: [PATCH] Remove todo comment about flip_rtl default based on discussion from PR. --- src/engine/runtime.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/engine/runtime.js b/src/engine/runtime.js index 1db3ac77a..deecabd0c 100644 --- a/src/engine/runtime.js +++ b/src/engine/runtime.js @@ -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;