Skip to content

Commit

Permalink
Fix lint error, see #216
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisklus committed Feb 17, 2020
1 parent c6e8124 commit 4ad8470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/intro/view/EFACIntroScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ define( require => {
if ( blockNode.block === block ) {
blockNode.moveToFront();
}
} )
} );
} );
};

Expand Down

0 comments on commit 4ad8470

Please sign in to comment.