Method: Browser::Window#scroll

Defined in:
opal/browser/window.rb

#scrollScroll

Get the Scroll for this window.

Returns:



74
75
76
# File 'opal/browser/window.rb', line 74

def scroll
  Scroll.new(self)
end