Hi Everyone, I have been looking at the Darkwing (aka David Walsh) overlay class :http://davidwalsh.name/mootools-overlay and noticed an interesting line of code: window.addEvents(this.bound.window);
Now I have no idea what it does and was hoping someone could shed some light on it? Looking at the Docs, I've seen that it's stated that the addEvents method is also attached to Document and Window. So basically when this line is called "window.addEvents(this.bound.window)" what events are added? Thanks Guys Roark