Skip to content

Commit

Permalink
fix event dragging
Browse files Browse the repository at this point in the history
Event dragging was broken after resources ajax loading implemented
  • Loading branch information
Jarno Kurlin committed Sep 16, 2012
1 parent dc5f6bf commit 010ab3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resource/ResourceEventRenderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ function ResourceEventRenderer() {
if (cell) {
//setOverflowHidden(true);
resourceDelta = rowDelta * (opt('isRTL') ? -1 : 1);
resources = opt('resources');
resources = t.getResources;
newResourceId = resources[cell.row].id;

if (viewName == 'resourceDay') {
Expand Down

0 comments on commit 010ab3f

Please sign in to comment.