mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
Merge branch 'bug-smash' of https://github.com/codecombat/codecombat into bug-smash
This commit is contained in:
commit
50df5cc33f
1 changed files with 0 additions and 2 deletions
|
@ -127,7 +127,6 @@ module.exports = class TeacherClassView extends RootView
|
|||
@render()
|
||||
# Model/Collection events
|
||||
@listenTo @classroom, 'sync change update', ->
|
||||
@removeDeletedStudents()
|
||||
classCode = @classroom.get('codeCamel') or @classroom.get('code')
|
||||
@state.set {
|
||||
classCode: classCode
|
||||
|
@ -144,7 +143,6 @@ module.exports = class TeacherClassView extends RootView
|
|||
@listenTo @students, 'sync change update add remove reset', ->
|
||||
# Set state/props of things that depend on students?
|
||||
# Set specific parts of state based on the models, rather than just dumping the collection there?
|
||||
@removeDeletedStudents()
|
||||
@calculateProgressAndLevels()
|
||||
classStats = @calculateClassStats()
|
||||
@state.set classStats: classStats if classStats
|
||||
|
|
Loading…
Reference in a new issue