. "ff.showAlert" window['ff']['showAlert'], window['ff.showAlert'], . , , window['ff']['showAlert']. , , , .
, , DOM, . ( !):
function checkFunction( name ) {
var path = "ff.showAlert".split( '.' ),
runner = window;
for( var i=0; i<path.length; i++ ) {
if( path[i] in runner ) {
runner = runner[ path[i] ];
} else {
return false;
}
}
return runner;
}
@VirtualBlackFox : , window -scope. , .
, , , .