Docs update.

This commit is contained in:
Richard Davey 2015-08-06 23:36:46 +01:00
parent 8e7b717a50
commit 13e97532b8

View file

@ -260,8 +260,8 @@ If you are an exceptional JavaScript developer and would like to join the Phaser
### Updates
* TypeScript definitions fixes and updates (thanks @clark-stevenson @vrecluse)
* JSDoc typo fixes (thanks )
* TypeScript definitions fixes and updates (thanks @clark-stevenson @vrecluse @yahiko00)
* JSDoc typo fixes (thanks @Cowa @yahiko00)
* VideoStream.active = false is used if the browser supports it, otherwise it falls back to VideoStream.stop.
* Text can now accept `undefined` or `null` as the `text` argument in the constructor and will cast it as an empty string.