hide-on-close.js File Reference

Go to the source code of this file.

Functions

Components utils import ("resource://app/jsmodules/sbProperties.jsm")
 
 catch (error)
 
 if (typeof HideOnClose== 'undefined')
 
window addEventListener ("load", function(e){HideOnClose.onLoad();}, false)
 

Variables

 try
 
 HideOnClose
 

Function Documentation

window addEventListener ( "load"  ,
function(e){HideOnClose.onLoad();}  ,
false   
)
catch (   error)

Definition at line 28 of file hide-on-close.js.

if ( typeof  HideOnClose = = 'undefined')

Definition at line 30 of file hide-on-close.js.

Components utils import ( "resource://app/jsmodules/sbProperties.jsm"  )

Variable Documentation

HideOnClose

Definition at line 34 of file hide-on-close.js.

try
Initial value:
{
Components.utils.import("resource://gre/modules/XPCOMUtils.jsm")

Definition at line 25 of file hide-on-close.js.