Skip to content

Commit 4a21c6b

Browse files
committed
Typo fix
1 parent 05fe13f commit 4a21c6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/CaptureClicks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ var CaptureClicks = React.createClass({
8585
}
8686

8787
// Prevent :focus from sticking; preventDefault() stops blur in some browsers
88-
e.blur();
88+
el.blur();
8989
e.preventDefault();
9090

9191
// flag if we already found a "not found" case and bailed

0 commit comments

Comments
 (0)