mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-11-19 10:58:20 +01:00
fix
This commit is contained in:
parent
988993483f
commit
0510da0701
@ -25,9 +25,9 @@ class BaseApplication extends this.OS.GUI.BaseModel
|
||||
CTRL: {}
|
||||
SHIFT: {}
|
||||
META: {}
|
||||
@subscribe "appregistry"
|
||||
, ( m ) ->
|
||||
me.applySetting m.data.m if (m.name is me.name)
|
||||
me = @
|
||||
@subscribe "appregistry", ( m ) ->
|
||||
me.applySetting m.data.m if (m.name is me.name)
|
||||
init: ->
|
||||
me = @
|
||||
@off "*"
|
||||
|
Loading…
Reference in New Issue
Block a user