Skip to content

Commit

Permalink
BaseKeyboardSupport.js (SVACE): add return to getDistanceByDirection
Browse files Browse the repository at this point in the history
[Issue] SVACE 609496
[Problem] Warning Message:
	Refactor this function to use "return" consistently.
[Solution] add return to getDistanceByDirection

Signed-off-by: Grzegorz Czajkowski <g.czajkowski@samsung.com>
  • Loading branch information
grzegorz-czajkowski committed Apr 23, 2020
1 parent ecfdd8c commit 7611e11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/core/widget/BaseKeyboardSupport.js
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,7 @@
distanceRest: distances.bottomRest
};
}
return null;
}

/**
Expand Down

0 comments on commit 7611e11

Please sign in to comment.