Merge pull request #2321 from rblopes/doc-typo

Doc: `Loader.enableParallel` is boolean.
This commit is contained in:
Richard Davey 2016-02-04 14:35:08 +02:00
commit 3baf3e7110

View file

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