• 
      

    Move apiUtils.js to ES6.

    Review Request #8045 — Created March 9, 2016 and submitted

    Information

    Review Board
    release-2.6.x
    6f45d4d...

    Reviewers

    This change renames the file and does a bunch of cleanup. ES6 lets us use nice
    things like let/const and arrow functions, and some of this is just
    long-overdue cleanup to bring things into a modern style.

    Ran js-tests.

    reviewbot
    1. Tool: PEP8 Style Checker
      Processed Files:
          reviewboard/staticbundles.py
      
      Ignored Files:
          reviewboard/static/rb/js/utils/apiUtils.es6.js
          reviewboard/static/rb/js/utils/apiUtils.js
      
      
      
      Tool: Pyflakes
      Processed Files:
          reviewboard/staticbundles.py
      
      Ignored Files:
          reviewboard/static/rb/js/utils/apiUtils.es6.js
          reviewboard/static/rb/js/utils/apiUtils.js
      
      
    2. 
        
    brennie
    1. Ship It!
    2. 
        
    david
    Review request changed
    Status:
    Completed
    Change Summary:

    Pushed to release-2.6.x (573f6a1).