Tuesday, August 4, 2009

detect if javascript function exist

function loadLaunchProp() {}

if( window.loadLaunchProp ) {
   loadLaunchProp();
}