From a53a8c5927b4dd1c1848cd992bcb758d622ee2d7 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 28 Jun 2010 18:35:41 +0800 Subject: [PATCH] docs.js --- docs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.js b/docs.js index ebf8453..b56dba1 100644 --- a/docs.js +++ b/docs.js @@ -63,7 +63,7 @@ File.list(__script_path__ + '/templates/').forEach(function(f) { templateFile : __script_path__ + '/templates/' + f + '/class_ix.html', Link : Link // links might be specific to languages.. }), - reference_template : new Template( + reference_template : new Template({ templateFile : __script_path__ + '/templates/' + f + '/references.html', Link : Link // links might be specific to languages.. }), -- 2.39.2