improvements to map

This commit is contained in:
rolux 2011-02-25 10:23:46 +00:00
commit 40d2a86524
6 changed files with 261 additions and 52 deletions

View file

@ -79,7 +79,7 @@ function constructList() {
columnsMovable: false,
columnsRemovable: false,
id: 'actionList',
request: function(data, callback) {
items: function(data, callback) {
function _sort(a, b) {
if(a.name > b.name)
return 1;