aboutsummaryrefslogtreecommitdiffstats
path: root/core/cell.moon
diff options
context:
space:
mode:
Diffstat (limited to 'core/cell.moon')
-rw-r--r--core/cell.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/cell.moon b/core/cell.moon
index 1a25c0a..ae6eea4 100644
--- a/core/cell.moon
+++ b/core/cell.moon
@@ -36,7 +36,7 @@ class Cell
@tag = cell.tag -- for writing back to file
clone: (prefix) =>
- tag = Const.sym prefix\getc! .. @tag\getc!
+ tag = Const.sym prefix\getc! .. '.' .. @tag\getc!
children = [child\clone prefix for child in *@children]
Cell tag, children, @white