summaryrefslogtreecommitdiffstats
path: root/aconf/model/model.lua
diff options
context:
space:
mode:
Diffstat (limited to 'aconf/model/model.lua')
-rw-r--r--aconf/model/model.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/aconf/model/model.lua b/aconf/model/model.lua
index 0ff41d1..4185500 100644
--- a/aconf/model/model.lua
+++ b/aconf/model/model.lua
@@ -108,7 +108,7 @@ end
M.Model = M.new(node.TreeNode)
function M.Model:init(context)
- super(self, M.Model):init(context, 'model', true)
+ super(self, M.Model):init(context, {dtype='model', editable=true})
local mt = getmetatable(self)