Skip to content

Commit 5153f42

Browse files
committed
Editorial: Add semicolon to clearWatch() example
1 parent f54ba1d commit 5153f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ <h3>
191191
<aside class="example" title="Using clearWatch()">
192192
<pre class="js">
193193
const watchId = navigator.geolocation.watchPosition(
194-
position =&gt; console.log(position)
194+
position =&gt; console.log(position);
195195
);
196196

197197
function buttonClickHandler() {

0 commit comments

Comments
 (0)