summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/pack-obj.lua
diff options
context:
space:
mode:
authorContext Git Mirror Bot <phg42.2a@gmail.com>2016-01-13 16:15:06 +0100
committerContext Git Mirror Bot <phg42.2a@gmail.com>2016-01-13 16:15:06 +0100
commiteb827e1f7e0b7c69fb4f5ac106be63e346f06de5 (patch)
tree6096ea095185477f83f4c53aefe7fc471c68a7bf /tex/context/base/mkiv/pack-obj.lua
parentc813b4d16dd51bd181736729517ad422980e3fc6 (diff)
downloadcontext-eb827e1f7e0b7c69fb4f5ac106be63e346f06de5.tar.gz
2016-01-13 15:12:00
Diffstat (limited to 'tex/context/base/mkiv/pack-obj.lua')
-rw-r--r--tex/context/base/mkiv/pack-obj.lua11
1 files changed, 10 insertions, 1 deletions
diff --git a/tex/context/base/mkiv/pack-obj.lua b/tex/context/base/mkiv/pack-obj.lua
index e056cb85a..8a1af2b70 100644
--- a/tex/context/base/mkiv/pack-obj.lua
+++ b/tex/context/base/mkiv/pack-obj.lua
@@ -206,7 +206,16 @@ implement {
arguments = { "string", "string" },
actions = function(ns,id)
ctx_doifelse(data[ns][id])
--- ctx_doifelse(objects.reference(ns,id))
+ -- ctx_doifelse(objects.reference(ns,id))
+ end,
+}
+
+implement {
+ name = "doifelseobjectreference",
+ arguments = { "string", "string" },
+ actions = function(ns,id)
+ -- ctx_doifelse(data[ns][id])
+ ctx_doifelse(objects.reference(ns,id))
end,
}