Skip to content

Commit ac1e73e

Browse files
LanWei22AutomatedTester
authored andcommitted
Update index.html
1 parent 1487446 commit ac1e73e

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

index.html

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7721,11 +7721,11 @@ <h3>Processing actions</h3>
77217721
return <a>error</a> with <a>error code</a> <a>invalid argument</a>.
77227722

77237723
<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>.
77257725

77267726
<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>.
77297729

77307730
<li><p>
77317731
If <var>deltaY</var> is not <a>undefined</a> and is not an <a>Integer</a>,
@@ -7734,10 +7734,6 @@ <h3>Processing actions</h3>
77347734
<li><p>
77357735
Set the <code>deltaY</code> property of <var>action</var> to <var>deltaY</var>.
77367736

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-
77417737
<li><p>
77427738
Return <a>success</a> with data <var>action</var>.
77437739
</ol>

0 commit comments

Comments
 (0)