Get the View for the window.
Returns:
78 79 80
# File 'opal/browser/window.rb', line 78 def view @view ||= View.new(self) end