From: Alan Knowles Date: Sun, 5 Sep 2010 14:44:28 +0000 (+0800) Subject: docs.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=55c564c7b54dd70aa29ccf8df12f0acf1684c1a1 docs.js --- 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)