add missing semi-colon.
authorMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 8 Jul 2010 18:00:02 +0000 (14:00 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 8 Jul 2010 18:00:02 +0000 (14:00 -0400)
horde/js/redbox.js

index d504a6a..b93f69e 100644 (file)
@@ -143,4 +143,4 @@ var RedBox = {
         return ov && ov.visible();
     }
 
-}
+};