From c7f1c64598bae015109df0afb47cc5fafcc1992e Mon Sep 17 00:00:00 2001 From: Robert Mennell Date: Fri, 19 Oct 2018 09:42:38 +0300 Subject: [PATCH] Update snippets/StarRating.md Co-Authored-By: Chalarangelo --- snippets/StarRating.md | 1 + 1 file changed, 1 insertion(+) diff --git a/snippets/StarRating.md b/snippets/StarRating.md index d560cd614..f33b76e84 100644 --- a/snippets/StarRating.md +++ b/snippets/StarRating.md @@ -28,6 +28,7 @@ const StarRating = (function() { selection: 0 }; this.hoverOver = this.hoverOver.bind(this); + this.hoverOut = this.hoverOver.bind(this, null); this.handleClick = this.handleClick.bind(this); } hoverOver(event) {