codeFormat
public text v1 · immutable controller.assert( function(){ var val = true;
if( controller.tabs.length > 1 )
tabBrowser.selectedIndex = 0;
else
val = false;
return val;
}
); controller.assert( function(){ var val = true;
if( controller.tabs.length > 1 )
tabBrowser.selectedIndex = 0;
else
val = false;
return val;
}
);