aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/List.lua7
1 files changed, 3 insertions, 4 deletions
diff --git a/data/List.lua b/data/List.lua
index 344292772..db6233c86 100644
--- a/data/List.lua
+++ b/data/List.lua
@@ -22,14 +22,13 @@ THIS SOFTWARE.
-- @author Albert Krewinkel
-- @copyright © 2017 Albert Krewinkel
-- @license MIT
-local M = {
- _VERSION = "0.1.0"
-}
------------------------------------------------------------------------
-- Metatable for lists
-- @type List
-local List = {}
+local List = {
+ _VERSION = "0.1.0"
+}
function List:new (o)
o = o or {}