aboutsummaryrefslogtreecommitdiffstats
path: root/app/mmmfs/browser.moon
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2018-10-29 08:35:53 +0000
committers-ol <s-ol@users.noreply.github.com>2018-10-29 08:35:53 +0000
commit27d1cf641ce3bbfe96e6fe18f24dd46f95efbe5e (patch)
treeac703b9f84c1c8e4666d039a880a2af91c450c4a /app/mmmfs/browser.moon
parentmove duct_tape to lib (diff)
downloadmmm-27d1cf641ce3bbfe96e6fe18f24dd46f95efbe5e.tar.gz
mmm-27d1cf641ce3bbfe96e6fe18f24dd46f95efbe5e.zip
better conversion inverence for mmmfs
Diffstat (limited to 'app/mmmfs/browser.moon')
-rw-r--r--app/mmmfs/browser.moon5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/mmmfs/browser.moon b/app/mmmfs/browser.moon
index 50da38b..427d952 100644
--- a/app/mmmfs/browser.moon
+++ b/app/mmmfs/browser.moon
@@ -78,8 +78,9 @@ class Browser
active = @active\get!
ok, res = pcall ->
- val, key = active\get prop.name, prop.type
- CONVERT 'mmm/dom', val, key
+ -- val, key = active\get prop.name, prop.type
+ -- CONVERT 'mmm/dom', val, key
+ active\get prop.name, 'mmm/dom'
if ok and res
res