提交 b83561c0 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #12449 from Mugen87/linter

Clean up
......@@ -437,7 +437,7 @@ function WebGLRenderer( parameters ) {
// Clearing
this.getClearColor = function() {
this.getClearColor = function () {
return background.getClearColor();
......@@ -449,13 +449,13 @@ function WebGLRenderer( parameters ) {
};
this.getClearAlpha = function() {
this.getClearAlpha = function () {
return background.getClearAlpha();
};
this.setClearAlpha = function() {
this.setClearAlpha = function () {
background.setClearAlpha.apply( background, arguments );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册