coding style
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 11 Feb 2009 18:58:00 +0000 (11:58 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 11 Feb 2009 18:58:00 +0000 (11:58 -0700)
imp/js/src/DimpBase.js
imp/js/src/DimpCore.js

index 2f11f17..d692a0e 100644 (file)
@@ -1864,7 +1864,7 @@ var DimpBase = {
     _toggleSubFolder: function(base, mode)
     {
         base = $(base);
-        var opts = { duration: 0.2, queue: { position: 'end', scope: 'subfolder', limit: 2} },
+        var opts = { duration: 0.2, queue: { position: 'end', scope: 'subfolder', limit: 2 } },
             s = $(this.getSubFolderId(base.id));
         if (s &&
             (mode == 'tog' ||
index 2ea29ed..c16acc4 100644 (file)
@@ -295,7 +295,7 @@ DimpCore = {
     {
         var alink = $('alertsloglink').down('A'),
             div = $('alertslog').down('DIV'),
-            opts = { duration: 0.5, queue: { position: 'end', scope: 'alertslog', limit: 2} };
+            opts = { duration: 0.5, queue: { position: 'end', scope: 'alertslog', limit: 2 } };
 
         if (div.visible()) {
             Effect.BlindUp(div, opts);