Fix a couple of minor issues with recent star column mods.

Review Request #8197 — Created May 30, 2016 and submitted — Latest diff uploaded

Information

Review Board
release-3.0.x
bc83f14...

Reviewers

  1. Remove call to registerToggleStar() from common.es6.js. This was likely
    a merge error.
  2. 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 to RB.StarManagerView until trailing comma was inserted.

    Loading...