aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua/skang.lua
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-03-27 03:02:27 +1000
committerDavid Walter Seikel2014-03-27 03:02:27 +1000
commit9b644c78504377920634f56d525c28cb46871152 (patch)
treee704473fb0622ab7e7f332962ae7d9f7bd2a0be2 /ClientHamr/GuiLua/skang.lua
parentProper copyright parsing. (diff)
downloadSledjHamr-9b644c78504377920634f56d525c28cb46871152.zip
SledjHamr-9b644c78504377920634f56d525c28cb46871152.tar.gz
SledjHamr-9b644c78504377920634f56d525c28cb46871152.tar.bz2
SledjHamr-9b644c78504377920634f56d525c28cb46871152.tar.xz
TODO++
Diffstat (limited to 'ClientHamr/GuiLua/skang.lua')
-rw-r--r--ClientHamr/GuiLua/skang.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/ClientHamr/GuiLua/skang.lua b/ClientHamr/GuiLua/skang.lua
index b11f617..ed060e8 100644
--- a/ClientHamr/GuiLua/skang.lua
+++ b/ClientHamr/GuiLua/skang.lua
@@ -76,6 +76,7 @@ local versions = {
76} 76}
77 77
78-- Trying to capture best practices here for creating modules, especially since module() is broken and deprecated. 78-- Trying to capture best practices here for creating modules, especially since module() is broken and deprecated.
79-- TODO - Should parse in license type to.
79moduleBegin = function (name, author, copyright, version, timestamp, skin) 80moduleBegin = function (name, author, copyright, version, timestamp, skin)
80 local _M = {} -- This is what we return to require(). 81 local _M = {} -- This is what we return to require().
81 local level = 2 82 local level = 2