Covnerted Event and Global

This commit is contained in:
Cooldude2606
2019-02-24 21:28:33 +00:00
parent fc279c42f8
commit 1cb2a3c3a0
35 changed files with 97 additions and 78 deletions

View File

@@ -14,7 +14,7 @@ local module_verbose = false
local ThisModule = {}
-- Global Define
local global = global{
local global = {
tasks={},
_edit={},
_base={
@@ -23,6 +23,7 @@ local global = global{
_editing={}
}
}
Global.register(global,function(tbl) global = tbl end)
-- Function Define
local edit = Gui.inputs{