From 9ad5a977333f9cfc0ab7000f1f8a65fff976d492 Mon Sep 17 00:00:00 2001 From: Seth Call Date: Fri, 24 Jun 2016 17:14:38 -0500 Subject: [PATCH] return --- .../javascripts/react-components/mixins/ICheckMixin.js.coffee | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/app/assets/javascripts/react-components/mixins/ICheckMixin.js.coffee b/web/app/assets/javascripts/react-components/mixins/ICheckMixin.js.coffee index 8c7a6cc09..38b7c247b 100644 --- a/web/app/assets/javascripts/react-components/mixins/ICheckMixin.js.coffee +++ b/web/app/assets/javascripts/react-components/mixins/ICheckMixin.js.coffee @@ -39,6 +39,7 @@ teacherActions = window.JK.Actions.Teacher setCheckboxState: () -> for checkbox in this.checkboxes @setSingleCheckbox(checkbox) + return enableSingle: (checkbox) -> selector = checkbox.selector @@ -59,6 +60,7 @@ teacherActions = window.JK.Actions.Teacher for checkbox in this.checkboxes @enableSingle(checkbox) + return true