summaryrefslogtreecommitdiff
path: root/tex/context/base/java-ini.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2012-02-08 21:04:00 +0100
committerHans Hagen <pragma@wxs.nl>2012-02-08 21:04:00 +0100
commitc5de3b109d06dbee374f754a7c86d7aac2c4ec3f (patch)
treef931e06e45076cd7f0c8c6232ff593fa8f464d54 /tex/context/base/java-ini.lua
parent586e8f786598e3f3447e3dbe3589a54c9e6bb696 (diff)
downloadcontext-c5de3b109d06dbee374f754a7c86d7aac2c4ec3f.tar.gz
beta 2012.02.08 21:04
Diffstat (limited to 'tex/context/base/java-ini.lua')
-rw-r--r--tex/context/base/java-ini.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/java-ini.lua b/tex/context/base/java-ini.lua
index ff9afe239..1e98de717 100644
--- a/tex/context/base/java-ini.lua
+++ b/tex/context/base/java-ini.lua
@@ -174,7 +174,7 @@ end
function javascripts.flushpreambles()
local t = { }
- if used then
+-- if used then -- we want to be able to enforce inclusion
for i=1,#preambles do
local preamble = preambles[i]
if preamble[2] == "now" then
@@ -184,7 +184,7 @@ function javascripts.flushpreambles()
t[#t+1] = { preamble[1], preamble[3] }
end
end
- end
+-- end
return t
end