mirror of
https://github.com/lxsang/Diya-API.git
synced 2024-12-27 20:08:22 +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 : #'Diya-Runtime'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{ #category : #'instance creation' }
|
||||||
|
DiyaBoot class >> reset [
|
||||||
|
singleton := nil
|
||||||
|
]
|
||||||
|
|
||||||
{ #category : #'instance creation' }
|
{ #category : #'instance creation' }
|
||||||
DiyaBoot class >> startUp: status [
|
DiyaBoot class >> startUp: status [
|
||||||
self startx.
|
self startx.
|
||||||
|
Loading…
Reference in New Issue
Block a user