Convert comment block models and views to ES6.
Review Request #8555 — Created Nov. 27, 2016 and submitted — Latest diff uploaded
This change moves over another chunk of our javascript code to ES6. The
transformations in here are pretty straightforward: fixing up documentation
comments, making use of some additional syntactic sugar, switchingvar
for
let
/const
, etc.
Ran js-tests.