pass a UI to NAT entryProcessors
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
(systems.push system)
|
||||
system)
|
||||
|
||||
(method processSystems []
|
||||
(doFor system systems (system.process this)))
|
||||
(method processSystems [&opt :ArchiveUI ui]
|
||||
(doFor system systems (system.process this ui)))
|
||||
|
||||
(method :Entry createEntry [:Entry->Dynamic initializer] // initializer returns Dynamic so ->:Void isn't required
|
||||
(let [e (_newEntry)]
|
||||
|
||||
Reference in New Issue
Block a user