Convert "Reviewable" model and view classes to ES6.
Review Request #8556 — Created Nov. 29, 2016 and submitted — Latest diff uploaded
This is a pretty straightforward transformation of all the remaining
reviewables. The transformations in here are pretty straightforward: fixing up
documentation comments, making use of some additional syntactic sugar,
switchingvar
forlet
/const
, etc.
Ran js-tests.