mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-27 03:09:45 +02:00
add float list
This commit is contained in:
@ -14,7 +14,9 @@ class Calendar extends this.OS.GUI.BaseService
|
||||
me.update()
|
||||
|
||||
awake: (e) ->
|
||||
@.openDialog "CalendarDialog", (d) -> console.log d
|
||||
@.openDialog "CalendarDialog", (d) ->
|
||||
console.log d
|
||||
, "Calendar"
|
||||
# do nothing
|
||||
cleanup: (evt) ->
|
||||
console.log "cleanup for quit"
|
||||
|
Reference in New Issue
Block a user