1
0
Fork 0
forked from 0x2620/oxjs

shift click to join places, part 8

This commit is contained in:
rolux 2011-06-14 17:03:26 +02:00
commit 1e166359b8
2 changed files with 12 additions and 4 deletions

View file

@ -516,7 +516,9 @@ Ox.ListMap = function(options, self) {
})
.css({float: 'left', margin: '4px 2px 4px 4px'})
.bindEvent({
click: self.$map.newPlace
click: function() {
self.$map.newPlace();
}
})
.appendTo(self.$placeStatusbar);