зеркало из https://github.com/mozilla/pjs.git
bug 321384 - Typo fix. r1/r2=dmose via IRC
This commit is contained in:
Родитель
ac641c30bd
Коммит
294ac632d0
|
@ -230,7 +230,7 @@
|
|||
|
||||
// still select it (since we'll stopPropagation())
|
||||
evbox.calendarView.setSelectedItems(1,
|
||||
[event.ctrlKey ? (this.mOccurrence.parentItem, this.mOccurrence]));
|
||||
[event.ctrlKey ? this.mOccurrence.parentItem : this.mOccurrence]);
|
||||
|
||||
// then start dragging it
|
||||
evbox.parentColumn.startSweepingToModifyEvent(evbox, evbox.mOccurrence, whichside, event.screenX, event.screenY);
|
||||
|
|
Загрузка…
Ссылка в новой задаче