use defNew instead of defnew
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
(load "../Lib.kiss")
|
||||
|
||||
(defnew [&prop :String tagFilterString // This doesn't need to be a &prop because it will be captured by the lambda, but maybe it will be useful to query from the system later
|
||||
(defNew [&prop :String tagFilterString // This doesn't need to be a &prop because it will be captured by the lambda, but maybe it will be useful to query from the system later
|
||||
// TODO make a &super annotation that passes an argument to the super constructor
|
||||
:EntryProcessor processor]
|
||||
[]
|
||||
|
||||
Reference in New Issue
Block a user