提交 64e916fd 编写于 作者: Y yomotsu

cleanup

上级 bde41ea6
......@@ -144,7 +144,7 @@ THREE.CSS3DRenderer = function () {
epsilon( elements[ 15 ] ) +
')';
};
}
var getDistanceToSquared = function () {
......@@ -229,9 +229,9 @@ THREE.CSS3DRenderer = function () {
}
};
}
this.zOrder = function ( scene ) {
function zOrder ( scene ) {
var order = Object.keys( cache.objects ).sort( function ( a, b ) {
......@@ -287,7 +287,7 @@ THREE.CSS3DRenderer = function () {
if ( isIE ) {
this.zOrder( scene );
zOrder( scene );
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册