Move checklist view instantiation into pure JS.

Review Request #8621 — Created Jan. 16, 2017 and submitted — Latest diff uploaded

Information

rb-extension-pack
master
d21d64b...

Reviewers

The way that the checklist view was created and added to the page was pretty
out of date. I've updated it to use the PageManager to wait until the page is
ready and then fetch the review request ID from that. The view is then created
and added to the page like we do with pretty much everything else, instead of
creating a dummy element and having the view add itself.

Loaded the page and saw the checklist was visible.

    Loading...