Skip to content

Commit 801f387

Browse files
committed
Updated docs.
1 parent 8973423 commit 801f387

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/loader/Loader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Phaser.Loader = function (game) {
9494
this.onLoadComplete = new Phaser.Signal();
9595

9696
/**
97-
* @property {Phaser.Signal} onPackComplete - This event is dispatched when an asset pack has either loaded or failed.
97+
* @property {Phaser.Signal} onPackComplete - This event is dispatched when the asset pack manifest file has loaded and successfully added its contents to the loader queue.
9898
*/
9999
this.onPackComplete = new Phaser.Signal();
100100

0 commit comments

Comments
 (0)