From: Jan Schneider Date: Thu, 20 May 2010 22:34:52 +0000 (+0200) Subject: Fix stray commas. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=35115b66c5d4d2309553647f475724ab58f9f8b5;p=horde.git Fix stray commas. --- diff --git a/horde/js/colorpicker.js b/horde/js/colorpicker.js index a85659927..b933e0d12 100644 --- a/horde/js/colorpicker.js +++ b/horde/js/colorpicker.js @@ -287,7 +287,7 @@ var ColorPicker = Class.create({ this.updateColor(); e.element().down().show().next().hide(); e.stop(); - }, + } }); diff --git a/horde/js/dragdrop2.js b/horde/js/dragdrop2.js index dce803d04..32e8620b4 100644 --- a/horde/js/dragdrop2.js +++ b/horde/js/dragdrop2.js @@ -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) {