summaryrefslogtreecommitdiff
path: root/lib/lace/engine.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lace/engine.lua')
-rw-r--r--lib/lace/engine.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/lace/engine.lua b/lib/lace/engine.lua
index 123af7a..b72db5f 100644
--- a/lib/lace/engine.lua
+++ b/lib/lace/engine.lua
@@ -12,8 +12,8 @@ local function _error(str, words)
end
local function _dlace(ctx)
- local ret = ctx[".lace"] or {}
- ctx[".lace"] = ret
+ local ret = ctx._lace or {}
+ ctx._lace = ret
return ret
end