Doc: Loader.enableParallel is Boolean.

This commit is contained in:
Rafael Barbosa Lopes 2016-02-04 09:56:43 -02:00
parent 2cd76b7617
commit a267e81b26

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;