提交 2ec3df1f 编写于 作者: T Tristan VALCKE

Fix unused scope

上级 faea56c5
......@@ -373,7 +373,6 @@ THREE.XLoader.prototype = {
getPlaneStr: function ( _str ) {
var scope = this;
var firstDbl = _str.indexOf( '"' ) + 1;
var dbl2 = _str.indexOf( '"', firstDbl );
return _str.substr( firstDbl, dbl2 - firstDbl );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册