提交 93fa18d9 编写于 作者: M Mugen87

Fix travis build

上级 251f8bc4
...@@ -2588,7 +2588,9 @@ function WebGLRenderer( parameters ) { ...@@ -2588,7 +2588,9 @@ function WebGLRenderer( parameters ) {
}; };
if ( typeof __THREE_DEVTOOLS__ !== 'undefined' ) { if ( typeof __THREE_DEVTOOLS__ !== 'undefined' ) {
__THREE_DEVTOOLS__.dispatchEvent( new CustomEvent( 'observe', { detail: this } ) );
__THREE_DEVTOOLS__.dispatchEvent( new CustomEvent( 'observe', { detail: this } ) ); // eslint-disable-line no-undef
} }
} }
......
...@@ -17,7 +17,9 @@ function Scene() { ...@@ -17,7 +17,9 @@ function Scene() {
this.autoUpdate = true; // checked by the renderer this.autoUpdate = true; // checked by the renderer
if ( typeof __THREE_DEVTOOLS__ !== 'undefined' ) { if ( typeof __THREE_DEVTOOLS__ !== 'undefined' ) {
__THREE_DEVTOOLS__.dispatchEvent( new CustomEvent( 'observe', { detail: this } ) );
__THREE_DEVTOOLS__.dispatchEvent( new CustomEvent( 'observe', { detail: this } ) ); // eslint-disable-line no-undef
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册