use defNew instead of defnew
This commit is contained in:
@@ -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 ")
|
||||
|
||||
Reference in New Issue
Block a user