antos-frontend/src/services/PushNotification.coffee

13 lines
321 B
CoffeeScript
Raw Normal View History

2017-08-15 02:56:04 +02:00
class PushNotification extends this.OS.GUI.BaseService
constructor: () ->
super "PushNotification"
@iconclass = "fa fa-commenting"
init: ->
# do nothing
awake: ->
console.log @name,@pid
cleanup: ->
# do nothing
this.OS.register "PushNotification",PushNotification