remove a comment

This commit is contained in:
rlx 2012-06-30 15:05:57 +00:00
parent dc438e2427
commit 0b8ca39ba6

View file

@ -1182,7 +1182,6 @@ Ox.Calendar = function(options, self) {
panToSelected(); panToSelected();
event = Ox.getObjectById(self.options.events, id); event = Ox.getObjectById(self.options.events, id);
setEventControls(event); setEventControls(event);
// fixme: map event should also be 'select', not 'selectplace'
that.triggerEvent('select', event); that.triggerEvent('select', event);
} else { } else {
if (self.options.selected !== '') { if (self.options.selected !== '') {