2014-04-04 1 views

답변

1

가 내가 아는 그 목적 맥락에서 아무것도까지, 없다, 그러나 여기에서 말할 수있는 트릭입니다 랠리 또는 바깥에서 실행중인 경우 :

if (window.parent.Rally.alm) { 
    console.log('inside'); 
    } 
    else{ 
    console.log('outside'); 
    }