mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 13:13:43 +00:00
lint fix
This commit is contained in:
parent
af5b1f2427
commit
7b478d2860
1 changed files with 2 additions and 1 deletions
|
@ -243,7 +243,8 @@ var Scene = new Class({
|
||||||
*/
|
*/
|
||||||
this.matter;
|
this.matter;
|
||||||
|
|
||||||
if(typeof PLUGIN_FBINSTANT){
|
if (typeof PLUGIN_FBINSTANT)
|
||||||
|
{
|
||||||
/**
|
/**
|
||||||
* A scene level Facebook Instant Games Plugin.
|
* A scene level Facebook Instant Games Plugin.
|
||||||
* This property will only be available if defined in the Scene Injection Map, the plugin is installed and configured.
|
* This property will only be available if defined in the Scene Injection Map, the plugin is installed and configured.
|
||||||
|
|
Loading…
Reference in a new issue