Method: Browser::Navigator::Position#coords
- Defined in:
- opal/browser/navigator.rb
#coords ⇒ Object
200 201 202 |
# File 'opal/browser/navigator.rb', line 200 def coords @coords ||= Coords.new(`#@native.coords`) end |
200 201 202 |
# File 'opal/browser/navigator.rb', line 200 def coords @coords ||= Coords.new(`#@native.coords`) end |