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.StarManagerView
until trailing comma was inserted.