Skip to content

Commit 4ec909f

Browse files
committed
Update plotearthquake.js
missing ) on line 59
1 parent 59c1e06 commit 4ec909f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotearthquake.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function assign()
5656
setTimeout(function()
5757
{
5858
addMarker();
59-
}, i*(1000/document.getElementById('persec').value);//timeout
59+
}, i*(1000/document.getElementById('persec').value));//timeout
6060
} //adding marker fns
6161

6262
function addMarker()

0 commit comments

Comments
 (0)