File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -7721,11 +7721,11 @@ <h3>Processing actions</h3>
7721
7721
return < a > error</ a > with < a > error code</ a > < a > invalid argument</ a > .
7722
7722
7723
7723
< li > < p >
7724
- Set the < code > delta x </ code > property of < var > action</ var > to < var > delta x </ var > .
7724
+ Set the < code > deltaX </ code > property of < var > action</ var > to < var > deltaX </ var > .
7725
7725
7726
7726
< li > < p >
7727
- Let < var > delta y </ var > be the result of < a > getting the property</ a >
7728
- < code > delta y </ code > from < var > action item</ var > .
7727
+ Let < var > deltaY </ var > be the result of < a > getting the property</ a >
7728
+ < code > deltaY </ code > from < var > action item</ var > .
7729
7729
7730
7730
< li > < p >
7731
7731
If < var > deltaY</ var > is not < a > undefined</ a > and is not an < a > Integer</ a > ,
@@ -7734,10 +7734,6 @@ <h3>Processing actions</h3>
7734
7734
< li > < p >
7735
7735
Set the < code > deltaY</ code > property of < var > action</ var > to < var > deltaY</ var > .
7736
7736
7737
- < li > < p >
7738
- If < var > delta x</ var > is not < a > undefined</ a > and is not an < a > Integer</ a > ,
7739
- return < a > error</ a > with < a > error code</ a > < a > invalid argument</ a > .
7740
-
7741
7737
< li > < p >
7742
7738
Return < a > success</ a > with data < var > action</ var > .
7743
7739
</ ol >
You can’t perform that action at this time.
0 commit comments