Bootstrap.onResize Method

This method should be called when the window re-sizes. There should only be 1 handler for re-size, and this should be the one handling it. Anyone overriding this method must called this._super() for the base re-sizing to work.