提交 a4e57360 编写于 作者: M Mugen87

Update JSM modules.

上级 333f5bd8
......@@ -19,11 +19,15 @@ var CSS3DObject = function ( element ) {
this.addEventListener( 'removed', function () {
if ( this.element.parentNode !== null ) {
this.traverse( function( object ) {
this.element.parentNode.removeChild( this.element );
if ( object.element instanceof Element && object.element.parentNode !== null ) {
}
object.element.parentNode.removeChild( object.element );
}
} );
} );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册