add an optional function to textlist columns that maps values to sort values

This commit is contained in:
rolux 2011-05-22 15:14:42 +02:00
commit a3c18e57b0
6 changed files with 34 additions and 16 deletions

View file

@ -83,7 +83,7 @@ Ox.MapMarker = function(options) {
}
function getMarkerImage(options, callback) {
// unused
// fixme: unused
options = Ox.extend({
background: [255, 0, 0],
editing: false,