use defNew instead of defnew

This commit is contained in:
2021-07-24 15:08:08 -06:00
parent 3e4ff5902f
commit d7ff5fc9c2
5 changed files with 5 additions and 5 deletions

View File

@@ -14,7 +14,7 @@
(controller.runCommand (dictGet controller.commands command))
(Sys.println "$command is not a valid command"))))))
(defnew [])
(defNew [])
(method :Void enterText [prompt resolve maxLength]
(Sys.print "$prompt ")