Skip to content

Commit

Permalink
Bug 1787590 - Doc: Remove a 404 link r=jandem DONTBUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre committed Sep 12, 2022
1 parent 26bd61d commit 213c965
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/code-quality/coding-style/coding_style_js.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@ Prefixes
Other advices
~~~~~~~~~~~~~

- Make sure you are aware of the `JavaScript
Tips <https://developer.mozilla.org/docs/Mozilla/JavaScript_Tips>`__.
- Do not compare ``x == true`` or ``x == false``. Use ``(x)`` or
``(!x)`` instead. ``x == true``, is certainly different from if
``(x)``! Compare objects to ``null``, numbers to ``0`` or strings to
Expand Down

0 comments on commit 213c965

Please sign in to comment.