mirror of
https://github.com/lxsang/Diya-API.git
synced 2024-12-27 03:48:21 +01:00
Allow to reset singleton instance in DiyaBoot
This commit is contained in:
parent
cb9cf2f49e
commit
80b9ee6708
@ -17,6 +17,11 @@ Class {
|
||||
#category : #'Diya-Runtime'
|
||||
}
|
||||
|
||||
{ #category : #'instance creation' }
|
||||
DiyaBoot class >> reset [
|
||||
singleton := nil
|
||||
]
|
||||
|
||||
{ #category : #'instance creation' }
|
||||
DiyaBoot class >> startUp: status [
|
||||
self startx.
|
||||
|
Loading…
Reference in New Issue
Block a user