Skip to content

Commit

Permalink
update doc, phetsims/tasks#1037
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph authored Jul 30, 2020
1 parent 00947dc commit 285c30b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions checklists/code_review_checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -639,9 +639,7 @@ Because JavaScript lacks visibility modifiers (public, protected, private), PhET
- [ ] `DOT/Utils.toFixed` or `DOT/Utils.toFixedNumber` should be used instead of `toFixed`. JavaScript's `toFixed` is notoriously buggy. Behavior differs depending on browser, because the spec doesn't specify whether to round or floor.
## IE11
- [ ] No usage of `Number.parseInt()`
- [ ] No usage of `Array.prototype.find`
- [ ] No usage of `String.endsWith()`, please use `_.endsWith()` instead.
- [ ] IE is not longer supported. With that in mind remove IE-specific workarounds
## **Organization, Readability, and Maintainability**
Expand Down

0 comments on commit 285c30b

Please sign in to comment.