Delete some unused code in js/utils/

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

Information

Review Board
release-2.6.x
c57540b...

Reviewers

This change deletes some code in js/utils which is no longer necessary.
Specifically, this includes:

  • The Object.getPrototypeOf polyfill is now included via babel's polyfill, so
    we don't need to ship our own.
  • Backbone's Events.once polyfill is no longer necessary because we're on a
    Backbone version that includes it.
  • RB.FormatTimestamp just wasn't used anymore.

Ran js-tests.

reviewbot
  1. Tool: Pyflakes
    Processed Files:
        reviewboard/staticbundles.py
    
    Ignored Files:
        reviewboard/static/rb/js/utils/compatUtils.js
        reviewboard/static/rb/js/utils/textUtils.js
        reviewboard/static/rb/js/utils/backboneUtils.js
    
    
    
    Tool: PEP8 Style Checker
    Processed Files:
        reviewboard/staticbundles.py
    
    Ignored Files:
        reviewboard/static/rb/js/utils/compatUtils.js
        reviewboard/static/rb/js/utils/textUtils.js
        reviewboard/static/rb/js/utils/backboneUtils.js
    
    
  2. 
      
chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-2.6.x (b9727cf)
Loading...