Fixed #1078 chromeOS no belongs to desktops

This commit is contained in:
Alvin 2014-08-06 14:08:38 +02:00
parent 36ecd81f29
commit 79166bb268

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