From 55c564c7b54dd70aa29ccf8df12f0acf1684c1a1 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sun, 5 Sep 2010 22:44:28 +0800 Subject: [PATCH] docs.js --- docs.js | 1 + 1 file changed, 1 insertion(+) diff --git a/docs.js b/docs.js index df43e06..dd69b26 100644 --- 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) -- 2.39.2