1
0
Fork 0
forked from 0x2620/oxjs

update sort after edit

This commit is contained in:
rolux 2011-05-24 16:51:40 +02:00
commit 314fcc7b0a
3 changed files with 12 additions and 2 deletions

View file

@ -244,6 +244,7 @@ Ox.ListMap = function(options, self) {
.bindEvent({
'delete': removeItem,
init: initList,
// fixme: do we need 0/shift-0? return already zooms to place
key_0: function() {
self.$map.panToPlace();
},