looeee 8 年之前
父節點
當前提交
e04aa1f343
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/api/loaders/LoadingManager.html

+ 2 - 2
docs/api/loaders/LoadingManager.html

@@ -42,7 +42,7 @@
 
 		manager.onLoad = function ( ) {
 
-			console.log( 'Loading Ended!');
+			console.log( 'Loading complete!');
 
 		};
 
@@ -72,7 +72,7 @@
 
 		<h3>[name]( [page:Function onLoad], [page:Function onProgress], [page:Function onError] )</h3>
 		<div>
-		[page:Function onLoad] — (optional) his function will be called when all loaders are done.<br />
+		[page:Function onLoad] — (optional) this function will be called when all loaders are done.<br />
 		[page:Function onProgress] — (optional) this function will be called when an item is complete.<br />
 		[page:Function onError] — (optional) this function will be called a loader encounters errors. <br />