This commit is contained in:
Seth Call 2016-06-24 17:14:38 -05:00
parent 116597cd67
commit 9ad5a97733
1 changed files with 2 additions and 0 deletions

View File

@ -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