Skip to content

Commit 3baf3e7

Browse files
committed
Merge pull request phaserjs#2321 from rblopes/doc-typo
Doc: `Loader.enableParallel` is boolean.
2 parents 2cd76b7 + a267e81 commit 3baf3e7

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
@@ -183,7 +183,7 @@ Phaser.Loader = function (game) {
183183
*
184184
* To disable all parallel downloads this must be set to false prior to any resource being loaded.
185185
*
186-
* @property {integer} enableParallel
186+
* @property {boolean} enableParallel
187187
*/
188188
this.enableParallel = true;
189189

0 commit comments

Comments
 (0)