add missing apostrophe

This commit is contained in:
Krzysztof Grzybek 2019-03-25 19:25:44 +01:00
parent c58526fc74
commit 8d50195896

View file

@ -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);
* ```
*