From: Michael J. Rubinsky Date: Thu, 8 Jul 2010 18:00:02 +0000 (-0400) Subject: add missing semi-colon. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=f196ce5d92751a9baa1c58a0b1ff67aaf2007f12;p=horde.git add missing semi-colon. --- diff --git a/horde/js/redbox.js b/horde/js/redbox.js index d504a6ab4..b93f69e30 100644 --- a/horde/js/redbox.js +++ b/horde/js/redbox.js @@ -143,4 +143,4 @@ var RedBox = { return ov && ov.visible(); } -} +};