提交 6fc9118c 编写于 作者: B Bryce Johnson

Remove super passthrough.

上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册