Commit 87036a6a authored by Bryce Johnson's avatar Bryce Johnson

Fix tests for Blob Selectors.

parent 47217666
...@@ -23,10 +23,10 @@ ...@@ -23,10 +23,10 @@
})(this)); })(this));
this.initModePanesAndLinks(); this.initModePanesAndLinks();
this.initSoftWrap(); this.initSoftWrap();
new BlobLicenseSelectors({ new gl.BlobLicenseSelectors({
editor: this.editor editor: this.editor
}); });
new BlobGitignoreSelectors({ new gl.BlobGitignoreSelectors({
editor: this.editor editor: this.editor
}); });
new gl.BlobCiYamlSelectors({ new gl.BlobCiYamlSelectors({
......
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