4 Replies
Seeing how a static method does not require an instance of the class, and
this
refers to the current instance of said class... noUnderstood
You could pass the window object in, but at that point, but at that point you might as well not have a private static. The only reasons at that point for a private static are artificial.