Docs update.

This commit is contained in:
Richard Davey 2016-07-20 12:21:10 +01:00
parent b8429b683e
commit 0e24b1b946

View file

@ -316,8 +316,8 @@ You can read all about the philosophy behind Lazer [here](http://phaser.io/news/
### Updates
* TypeScript definitions fixes and updates (thanks )
* Docs typo fixes (thanks @rroylance @Owumaro)
* TypeScript definitions fixes and updates (thanks @calvindavis)
* Docs typo fixes (thanks @rroylance @Owumaro @boniatillo-com)
* The InputHandler.flagged property has been removed. It was never used internally, or exposed via the API, so was just overhead.
* The src/system folder has been removed and all files relocated to the src/utils folder. This doesn't change anything from an API point of view, but did change the grunt build scripts slightly.
* BitmapData.shadow and BitmapData.text now both `return this` keeping them in-line with the docs (thanks @greeny #2634)