mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-12-12 08:41:46 -05:00
Merge branch 'master' into production
This commit is contained in:
commit
316e0d7144
1 changed files with 42 additions and 43 deletions
|
@ -68,5 +68,4 @@ module.exports = class SchoolLicensesView extends RootView
|
||||||
@schools.sort (a, b) ->
|
@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)
|
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()
|
@render()
|
||||||
|
|
Loading…
Reference in a new issue