Merge pull request #1091 from photonstorm/alvin/dev

Fixed #1078 chromeOS no belongs to desktops
This commit is contained in:
Richard Davey 2014-08-06 16:12:33 +01:00
commit 15378e1d09

View file

@ -434,7 +434,7 @@ Phaser.Device.prototype = {
}
}
if (this.windows || this.macOS || (this.linux && this.silk === false))
if (this.windows || this.macOS || (this.linux && this.silk === false) || this.chromeOS)
{
this.desktop = true;
}