Skip to content

Commit

Permalink
Merge pull request evancz#38 from hrldcpr/patch-1
Browse files Browse the repository at this point in the history
add missing semicolon
  • Loading branch information
process-bot committed May 10, 2016
2 parents 7e2813f + b10955a commit e8b19c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
setTimeout(function() {
var nodes = document.querySelectorAll(selector);
if (nodes.length === 1 && document.activeElement !== nodes[0]) {
nodes[0].focus()
nodes[0].focus();
}
}, 50);
});
Expand Down

0 comments on commit e8b19c2

Please sign in to comment.