Skip to content

Commit 1bee38f

Browse files
author
Shane Stebner
authored
Merge pull request #8 from neokio/patch-1
The "onMouseMove" override was broken
2 parents 2535c5d + cf11d3d commit 1bee38f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jTimeout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@
342342
timeout.mouseMoved = false;
343343
}, inMS);
344344

345-
if (!timeout.onMouseMove)
345+
if (!options.onMouseMove)
346346
{
347347
$.get(options.extendUrl);
348348

0 commit comments

Comments
 (0)