Track changes to DragDrop2
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 7 Jan 2010 18:33:15 +0000 (11:33 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 7 Jan 2010 18:33:15 +0000 (11:33 -0700)
kronolith/js/kronolith.js

index af80d11..285ccf9 100644 (file)
@@ -3009,7 +3009,7 @@ KronolithCore = {
     onDrop: function(e)
     {
         var drop = e.element(),
-            el = e.memo,
+            el = e.memo.element,
             eventid = el.retrieve('eventid'),
             cal = el.retrieve('calendar');