docs.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 28 Jun 2010 10:35:41 +0000 (18:35 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 28 Jun 2010 10:35:41 +0000 (18:35 +0800)
docs.js

diff --git a/docs.js b/docs.js
index ebf8453..b56dba1 100644 (file)
--- 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..
         }),