F.win
- property
FuncUnit.win
{window}
Use this to refer to the window of the application page.
window
F(F.window).innerWidth(function(w){
ok(w > 1000, "window is more than 1000 px wide")
});
{window}Use this to refer to the window of the application page.
F(F.window).innerWidth(function(w){
ok(w > 1000, "window is more than 1000 px wide")
});