From e017b35a128b63b3fbfd3925652d1b08dd8e5884 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sun, 5 Sep 2010 23:20:51 +0800 Subject: [PATCH] docs.js --- docs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.js b/docs.js index 137247b..18cce1c 100644 --- a/docs.js +++ b/docs.js @@ -163,7 +163,7 @@ langs.forEach(function(lang) { continue; } - refs = langs[lang].reference_template.process(NameSpace.references[i]); + refs = lang.reference_template.process(NameSpace.references[i]); // HTML to put refs into html = File.read(html_file_path); -- 2.39.2