• 
      

    Change _.super to _super.

    Review Request #5600 — Created March 8, 2014 and submitted

    Information

    Review Board
    release-2.0.x
    a636353...

    Reviewers

    super is a reserved word as of ES6. This makes jshint very unhappy. This
    change fixes up all our call sites to call it _super instead. Once this is in
    I'll push a trivial change to rb-extension-pack to update its use of _.super.

    Ran js-tests and jshint.

    chipx86
    1. Ship It!

    2. 
        
    david
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-2.0.x (8cf9185)