• 
      

    Move all global definition imports into main.js

    Review Request #9622 — Created Feb. 11, 2018 and submitted

    Information

    student-sonar
    master
    2729fda...

    Reviewers

    There are a few imports, primarily dealing with custom x-editable
    editors, which just add stuff into the global namespace. Instead of
    re-importing all of these in each place and hoping that tree shaking
    gets rid of them, we might as well just import them once.

    Loaded pages and saw things still functioned.

    brennie
    1. Ship It!
    2. 
        
    david
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to master (24292c2)