• 
      

    Fix JavaScript on extensions config page.

    Review Request #9850 — Created April 2, 2018 and submitted — Latest diff uploaded

    Information

    Djblets
    release-2.0.x
    3629ccb...

    Reviewers

    The way we were instantiating the collection for extensions on the
    config page (passing the URL in as an option and expecting it to get
    attached) wasn't officially supported, and doesn't work with the latest
    backbone.js. This change moves it to assign the URL after creating the
    collection.

    Loaded the extensions list and saw that there were no more JavaScript
    errors.