From f196ce5d92751a9baa1c58a0b1ff67aaf2007f12 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Thu, 8 Jul 2010 14:00:02 -0400 Subject: [PATCH] add missing semi-colon. --- horde/js/redbox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } -} +}; -- 2.11.0