Fix syntax for IE.
authorJan Schneider <jan@horde.org>
Tue, 28 Dec 2010 10:45:32 +0000 (11:45 +0100)
committerJan Schneider <jan@horde.org>
Tue, 28 Dec 2010 10:45:47 +0000 (11:45 +0100)
horde/js/dragdrop2.js

index 3fbad8c..72eec7c 100644 (file)
@@ -410,7 +410,7 @@ Drag = Class.create({
         if (!noupdate) {
             elt.setStyle({
                 left: pos[0] + 'px',
-                top: pos[1] + 'px',
+                top: pos[1] + 'px'
             });
         }