Skip to content

Commit 8d50195

Browse files
add missing apostrophe
1 parent c58526f commit 8d50195

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/fbinstant/src/FacebookInstantGamesPlugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ var FacebookInstantGamesPlugin = new Class({
667667
*
668668
* ```javascript
669669
* this.facebook.loadPlayerPhoto(this, 'player').once('photocomplete', function (key) {
670-
* this.add.image(x, y, 'player);
670+
* this.add.image(x, y, 'player');
671671
* }, this);
672672
* ```
673673
*

0 commit comments

Comments
 (0)