|
@@ -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 />
|
|
|
|