This commit is contained in:
Ryan S. Brown 2016-01-19 16:09:09 -05:00
parent 08e1454538
commit c2e4d7b7bc

View File

@ -5,7 +5,7 @@
* - takes existing module name and new function name
* - validates that module exists
* - validates that function does NOT already exists in module
* - generates function sturcture based on runtime
* - generates function structure based on runtime
*
* Event Options:
* - module: (String) Name of the existing module you want to create a function for