Fix stray commas.
authorJan Schneider <jan@horde.org>
Thu, 20 May 2010 22:34:52 +0000 (00:34 +0200)
committerJan Schneider <jan@horde.org>
Thu, 20 May 2010 22:34:52 +0000 (00:34 +0200)
horde/js/colorpicker.js
horde/js/dragdrop2.js

index a856599..b933e0d 100644 (file)
@@ -287,7 +287,7 @@ var ColorPicker = Class.create({
         this.updateColor();
         e.element().down().show().next().hide();
         e.stop();
-    },
+    }
 
 });
 
index dce803d..32e8620 100644 (file)
@@ -342,7 +342,7 @@ Drag = Class.create({
                 // padding and margins, for later usage.
                 this.dim = {
                     width: layout.get('margin-box-width'),
-                    height: layout.get('margin-box-height'),
+                    height: layout.get('margin-box-height')
                 }
 
                 if (this.options.ghosting) {