mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 15:12:18 +00:00
Doc: Loader.enableParallel
is Boolean.
This commit is contained in:
parent
2cd76b7617
commit
a267e81b26
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ Phaser.Loader = function (game) {
|
|||
*
|
||||
* To disable all parallel downloads this must be set to false prior to any resource being loaded.
|
||||
*
|
||||
* @property {integer} enableParallel
|
||||
* @property {boolean} enableParallel
|
||||
*/
|
||||
this.enableParallel = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue