remove a comment
This commit is contained in:
parent
dc438e2427
commit
0b8ca39ba6
1 changed files with 0 additions and 1 deletions
|
@ -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 !== '') {
|
||||||
|
|
Loading…
Add table
Reference in a new issue