sort maps in api

This commit is contained in:
Jeena 2014-07-03 20:35:12 +02:00
parent 1c0bedee06
commit cc8cf6c5f9

View file

@ -155,7 +155,7 @@ function (Nc, ProtocolHelper, validate, Options, Settings, FileSystem) {
maps.push(fileinfo[0]);
}
};
return maps;
return maps.sort();
};
return Api;