detect if javascript function exist

function loadLaunchProp() {}

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

0 comments:

Post a Comment