Browse Source

Added root project documentation

pull/293/head
HalidOdat 5 years ago
parent
commit
919029bc55
  1. 1
      boa/src/syntax/ast/op.rs

1
boa/src/syntax/ast/op.rs

@ -765,7 +765,6 @@ pub enum AssignOp {
/// - MDN documentation:
/// <https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Assignment_Operators#Right_shift_assignment>
Shr,
// TODO: Add UShl (unsigned shift left).
}

Loading…
Cancel
Save