Fix a couple of minor issues with recent star column mods.
Review Request #8197 — Created May 30, 2016 and submitted
- Remove call to
registerToggleStar()from common.es6.js. This was likely
a merge error.- Add missing trailing comma in common bundle in staticbundles.py.
Manual testing only. Removing
registerToggleStar()allowed datagrids to render whereas previously they did not. Observed "is not a constructor" issue in developer console related toRB.StarManagerViewuntil trailing comma was inserted.
Tool: PEP8 Style Checker Processed Files: reviewboard/staticbundles.py Ignored Files: reviewboard/static/rb/js/common.es6.js Tool: Pyflakes Processed Files: reviewboard/staticbundles.py Ignored Files: reviewboard/static/rb/js/common.es6.js