Convert js/resources/collections to ES6.
Review Request #8062 — Created March 16, 2016 and submitted
This change moves the resource collections over to ES6. This is a relatively
straightforward conversion, and the only part that isn't 100% equivalent is
that I changedRepositoryCommitsCollectionto use$.paraminstead of encoding
URL parameters by hand.
Ran js-tests.
Tool: Pyflakes Processed Files: reviewboard/staticbundles.py Ignored Files: reviewboard/static/rb/js/resources/collections/repositoryBranchesCollection.js reviewboard/static/rb/js/resources/collections/resourceCollection.es6.js reviewboard/static/rb/js/resources/collections/repositoryCommitsCollection.es6.js reviewboard/static/rb/js/resources/collections/repositoryBranchesCollection.es6.js Tool: PEP8 Style Checker Processed Files: reviewboard/staticbundles.py Ignored Files: reviewboard/static/rb/js/resources/collections/repositoryBranchesCollection.js reviewboard/static/rb/js/resources/collections/resourceCollection.es6.js reviewboard/static/rb/js/resources/collections/repositoryCommitsCollection.es6.js reviewboard/static/rb/js/resources/collections/repositoryBranchesCollection.es6.js