未验证 提交 eff32a82 编写于 作者: M Michael Herzog 提交者: GitHub

Update ObjectLoader.html

上级 dd6882de
......@@ -43,12 +43,12 @@
},
// onProgress callback
function ( err ) {
function ( xhr ) {
console.log( (xhr.loaded / xhr.total * 100) + '% loaded' );
},
// onError callback
function ( xhr ) {
function ( err ) {
console.error( 'An error happened' );
}
);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册