Method: Browser::Navigator::Position#coords

Defined in:
opal/browser/navigator.rb

#coordsObject



200
201
202
# File 'opal/browser/navigator.rb', line 200

def coords
  @coords ||= Coords.new(`#@native.coords`)
end