We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 564000a commit 1826701Copy full SHA for 1826701
spec/locale.html
@@ -405,8 +405,7 @@ <h1>Intl.Locale.prototype.getTextInfo ( )</h1>
405
1. Perform ? RequireInternalSlot(_loc_, [[InitializedLocale]]).
406
1. Let _info_ be OrdinaryObjectCreate(%Object.prototype%).
407
1. Let _dir_ be TextDirectionOfLocale(_loc_).
408
- 1. If _dir_ is not *undefined*, then
409
- 1. Perform ! CreateDataPropertyOrThrow(_info_, *"direction"*, _dir_).
+ 1. Perform ! CreateDataPropertyOrThrow(_info_, *"direction"*, _dir_).
410
1. Return _info_.
411
</emu-alg>
412
</emu-clause>
0 commit comments