Convert comment block models and views to ES6.

Review Request #8555 — Created Nov. 27, 2016 and submitted — Latest diff uploaded

Information

Review Board
release-3.0.x
e092196...

Reviewers

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, switching var for
let/const, etc.

Ran js-tests.

    Loading...