All pastes #2076718 Raw Edit

codeFormat

public text v1 · immutable
#2076718 ·published 2011-06-08 12:28 UTC
rendered paste body
  controller.assert( function(){ var val = true; 
  if( controller.tabs.length > 1 ) 
	tabBrowser.selectedIndex = 0;
  else
	val = false;
  return val;
  }
  );