Bug 1036453 - "Typo in marionette docs". r=mdas

This commit is contained in:
William Lachance 2014-07-09 08:47:00 +02:00
Родитель 357bf55627
Коммит 751b256775
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -81,7 +81,7 @@ class HTMLElement(object):
:param x: X-coordinate of tap event. If not given, default to the
center of the element.
:param x: X-coordinate of tap event. If not given, default to the
:param y: Y-coordinate of tap event. If not given, default to the
center of the element.
'''
return self.marionette._send_message('singleTap', 'ok', id=self.id, x=x, y=y)