这是在console.log($ window);
但是我不确定最好的方法是什么。我最终试图访问Global:window对象。
由于
This is not the copy of the question above. I have read that global veriable question. Issue is that I can not get to $windows.variable and I see that variable under Global: window so I got to get to that first. But I am not sure how since its in <function scope> and I dont think I can do something like
$window.getAllEvents.<function scope> or something