Bug 950729 - fix docstring error for flick, r=dburns

This commit is contained in:
Malini Das 2013-12-17 10:57:45 -05:00
parent af1bc7b134
commit 8f43f2233d

View File

@ -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).