_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' ||
{
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);