From 35115b66c5d4d2309553647f475724ab58f9f8b5 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Fri, 21 May 2010 00:34:52 +0200 Subject: [PATCH] Fix stray commas. --- horde/js/colorpicker.js | 2 +- horde/js/dragdrop2.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) { -- 2.11.0