This commit is contained in:
Richard Davey 2018-12-12 13:14:59 +00:00
parent af5b1f2427
commit 7b478d2860

View file

@ -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.