Commit 6fc9118c authored by Bryce Johnson's avatar Bryce Johnson

Remove super passthrough.

parent 2c5bd97d
......@@ -2,10 +2,6 @@
((global) => {
class BlobCiYamlSelector extends TemplateSelector {
constructor(...args) {
super(...args);
}
requestFile(query) {
return Api.gitlabCiYml(query.name, this.requestFileSuccess.bind(this));
}
......
((global) => {
class BlobLicenseSelectors() {
class BlobLicenseSelectors {
constructor({ $dropdowns, editor }) {
this.$dropdowns = $('.js-license-selector');
this.editor = editor;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment