1
0
Fork 0
forked from 0x2620/oxjs

improving listmap

This commit is contained in:
rolux 2011-05-22 14:39:57 +02:00
commit 5915acd72c
12 changed files with 152 additions and 39 deletions

View file

@ -186,6 +186,7 @@ Ox.MapPlace = function(options) {
@*/
that.update = function() {
update();
that.map.triggerEvent('changeplace', that);
return that;
};