From c7367967ba56b74c2182787e380362c1437e9cc1 Mon Sep 17 00:00:00 2001 From: carljbowman Date: Wed, 14 Oct 2015 14:53:40 -0600 Subject: [PATCH] Update Hover JS fuctions with intative naming --- src/views/hoc/hoc.jsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/hoc/hoc.jsx b/src/views/hoc/hoc.jsx index e539bd6d8..b46b9678f 100644 --- a/src/views/hoc/hoc.jsx +++ b/src/views/hoc/hoc.jsx @@ -14,9 +14,9 @@ var Hoc = React.createClass({ bgClass: '' }; }, - onCardEnter: function (e) { + onCardEnter: function (bgClass) { this.setState({ - bgClass: e + bgClass: bgClass }); }, render: function () { @@ -31,20 +31,20 @@ var Hoc = React.createClass({
-
+
-
+
-
+