Correcting the problem of resizing the event with new versions of jquery ui.

Conflicts:
	src/agenda/AgendaEventRenderer.js
This commit is contained in:
Markus Lima
2013-03-03 21:13:12 -08:00
committed by Adam Shaw
parent c23889c5e7
commit 20a901d348
+1 -3
View File
@@ -559,9 +559,7 @@ function AgendaEventRenderer() {
var granularityHeight = getGranularityHeight();
var granularityMinutes = getGranularityMinutes();
eventElement.resizable({
handles: {
s: 'div.ui-resizable-s'
},
handles: 's',
grid: granularityHeight,
start: function(ev, ui) {
granularityDelta = prevGranularityDelta = 0;