mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 05:33:35 +00:00
Merge pull request #2321 from rblopes/doc-typo
Doc: `Loader.enableParallel` is boolean.
This commit is contained in:
commit
3baf3e7110
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