Почему я получаю предупреждение "expected an assignment or function call and instead saw an expression"
?
Первый пример
( this._mouseStarted ? this._mouseDrag( event ) : this._mouseUp( event ) );
Второй пример
( this.direction === "down" ? i.item[ 0 ] : i.item[ 0 ].nextSibling ) );