Convert js/accountPrefsPage to ES6.
Review Request #8054 — Created March 11, 2016 and submitted
This converts the two views in js/accountPrefsPage to ES6. The transforms
herein are relatively simple--primarily just making use of syntactic sugar.
This also fixes up all the doc comments.
Ran js-tests.
Tool: Pyflakes Processed Files: reviewboard/staticbundles.py Ignored Files: reviewboard/static/rb/js/accountPrefsPage/views/apiTokensView.es6.js reviewboard/static/rb/js/accountPrefsPage/views/joinedGroupsView.es6.js Tool: PEP8 Style Checker Processed Files: reviewboard/staticbundles.py Ignored Files: reviewboard/static/rb/js/accountPrefsPage/views/apiTokensView.es6.js reviewboard/static/rb/js/accountPrefsPage/views/joinedGroupsView.es6.js