Delete some unused code in js/utils/
Review Request #8046 — Created March 9, 2016 and submitted
This change deletes some code in js/utils which is no longer necessary.
Specifically, this includes:
- The
Object.getPrototypeOfpolyfill is now included via babel's polyfill, so
we don't need to ship our own. - Backbone's
Events.oncepolyfill is no longer necessary because we're on a
Backbone version that includes it. RB.FormatTimestampjust wasn't used anymore.
Ran js-tests.
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