smalos / nubuilder_dev

Found confusing multiline expressions JS-0024
Bug risk
Major
1 occurrence in this check
Unexpected newline between function and ( of function call.
2708    // which bidi section the coordinates fall into.
2709    if (order) {
2710      const part = (cm.options.lineWrapping ? coordsBidiPartWrapped : coordsBidiPart)
2711      (cm, lineObj, lineNo, preparedMeasure, order, x, y)2712      ltr = part.level != 1
2713      // The awkward -1 offsets are needed because findFirst (called
2714      // on these below) will treat its first bound as inclusive,