mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 17:45:40 -05:00
Fix indentation
This commit is contained in:
parent
bb6262483f
commit
1d616cd92a
1 changed files with 42 additions and 43 deletions
|
@ -68,5 +68,4 @@ module.exports = class SchoolLicensesView extends RootView
|
|||
@schools.sort (a, b) ->
|
||||
b.activity - a.activity or new Date(a.endDate).getTime() - new Date(b.endDate).getTime() or b.max - a.max or b.used - a.used or b.prepaids.length - a.prepaids.length or b.name.localeCompare(a.name)
|
||||
|
||||
# console.log @schools
|
||||
@render()
|
||||
|
|
Loading…
Reference in a new issue