We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af5b1f2 commit 7b478d2Copy full SHA for 7b478d2
1 file changed
src/scene/Scene.js
@@ -243,7 +243,8 @@ var Scene = new Class({
243
*/
244
this.matter;
245
246
- if(typeof PLUGIN_FBINSTANT){
+ if (typeof PLUGIN_FBINSTANT)
247
+ {
248
/**
249
* A scene level Facebook Instant Games Plugin.
250
* This property will only be available if defined in the Scene Injection Map, the plugin is installed and configured.
0 commit comments