提交 f28233f5 编写于 作者: T Tristan VALCKE

Fix undefined parseASCII

上级 e4072136
......@@ -167,7 +167,8 @@ THREE.XLoader.prototype = {
parseBinary: function ( data ) {
return parseASCII( String.fromCharCode.apply( null, data ) );
var scope = this;
return scope.parseASCII( String.fromCharCode.apply( null, data ) );
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册