Skip to content

Commit 7b478d2

Browse files
committed
lint fix
1 parent af5b1f2 commit 7b478d2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/scene/Scene.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,8 @@ var Scene = new Class({
243243
*/
244244
this.matter;
245245

246-
if(typeof PLUGIN_FBINSTANT){
246+
if (typeof PLUGIN_FBINSTANT)
247+
{
247248
/**
248249
* A scene level Facebook Instant Games Plugin.
249250
* This property will only be available if defined in the Scene Injection Map, the plugin is installed and configured.

0 commit comments

Comments
 (0)