mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 05:33:35 +00:00
Merge pull request #4446 from krzysztof-grzybek/fb-plugin-loadplayerphoto-docs-fix
add missing apostrophe
This commit is contained in:
commit
3d2d9d56e9
1 changed files with 1 additions and 1 deletions
|
@ -667,7 +667,7 @@ var FacebookInstantGamesPlugin = new Class({
|
|||
*
|
||||
* ```javascript
|
||||
* this.facebook.loadPlayerPhoto(this, 'player').once('photocomplete', function (key) {
|
||||
* this.add.image(x, y, 'player);
|
||||
* this.add.image(x, y, 'player');
|
||||
* }, this);
|
||||
* ```
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue