mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-24 11:27:49 +00:00
Bug 950729 - fix docstring error for flick, r=dburns
This commit is contained in:
parent
1c19ce0e16
commit
b5b13a7ece
@ -325,9 +325,9 @@ class Actions(object):
|
||||
corner of the element.
|
||||
:param y1: Starting y-coordinate of flick, relative to the top left
|
||||
corner of the element.
|
||||
:param x1: Ending x-coordinate of flick, relative to the top left
|
||||
:param x2: Ending x-coordinate of flick, relative to the top left
|
||||
corner of the element.
|
||||
:param x1: Ending y-coordinate of flick, relative to the top left
|
||||
:param y2: Ending y-coordinate of flick, relative to the top left
|
||||
corner of the element.
|
||||
:param duration: Time needed for the flick gesture for complete (in
|
||||
milliseconds).
|
||||
|
Loading…
x
Reference in New Issue
Block a user