docs: fix argument types

This commit is contained in:
Milan Burda 2016-07-29 11:53:01 +02:00
parent ea6e6dab8c
commit e428d5db4f
2 changed files with 5 additions and 2 deletions

View file

@ -918,7 +918,7 @@ app.on('ready', () => {
(screenPosition == mobile) (default: `{x: 0, y: 0}`)
* `x` Integer - Set the x axis offset from top left corner
* `y` Integer - Set the y axis offset from top left corner
* `deviceScaleFactor` Integer - Set the device scale factor (if zero defaults to
* `deviceScaleFactor` Float - Set the device scale factor (if zero defaults to
original device scale factor) (default: `0`)
* `viewSize` Object - Set the emulated view size (empty means no override)
* `width` Integer - Set the emulated view width