docs.js
authorAlan Knowles <alan@akbkhome.com>
Sun, 5 Sep 2010 14:44:28 +0000 (22:44 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sun, 5 Sep 2010 14:44:28 +0000 (22:44 +0800)
docs.js

diff --git a/docs.js b/docs.js
index df43e06..dd69b26 100644 (file)
--- a/docs.js
+++ b/docs.js
@@ -41,6 +41,7 @@ if (typeof(Seed.argv[3]) == 'string') {
     ns_list = Seed.argv[3].split(',');
 }
 
+
 ns_list = ns_list.sort();
 // let's try and load them, so we find out early what will fail.
 ns_list.forEach(function(ns_name)