mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-21 00:09:45 +02:00
use services to communicate between apps
This commit is contained in:
7
src/core/BaseEvent.coffee
Normal file
7
src/core/BaseEvent.coffee
Normal file
@ -0,0 +1,7 @@
|
||||
class BaseEvent
|
||||
constructor: (@name) ->
|
||||
@prevent = false
|
||||
preventDefault:()->
|
||||
@prevent = true
|
||||
|
||||
this.OS.GUI.BaseEvent = BaseEvent
|
Reference in New Issue
Block a user