Method: Browser::Window#scroll
- Defined in:
- opal/browser/window.rb
#scroll ⇒ DOM::Element::Scroll
Get the DOM::Element::Scroll for this window.
92 93 94 |
# File 'opal/browser/window.rb', line 92 def scroll @scroll ||= DOM::Element::Scroll.new(self) end |