mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-27 11:19:47 +02:00
make MarketPlace singleton
This commit is contained in:
@ -156,4 +156,5 @@ class MarketPlace extends this.OS.GUI.BaseApplication
|
|||||||
me.error "Cannot install #{path}"
|
me.error "Cannot install #{path}"
|
||||||
|
|
||||||
MarketPlace.dependencies = [ "jszip.min" ]
|
MarketPlace.dependencies = [ "jszip.min" ]
|
||||||
|
MarketPlace.singleton = true
|
||||||
this.OS.register "MarketPlace", MarketPlace
|
this.OS.register "MarketPlace", MarketPlace
|
Reference in New Issue
Block a user