Skip to content

Commit

Permalink
Type-to-change bug fix for WebKit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorne Melcher committed Sep 17, 2013
1 parent c5dc0a7 commit fc034f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery.dropkick.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
if (code >= keyMap.zero && code <= keyMap.z) {
//update data
now = new Date().getTime();
if (data.finder === null) {
if (data.finder === null || data.finder === undefined) {
data.finder = letter.toUpperCase();
data.timer = now;

Expand Down

0 comments on commit fc034f5

Please sign in to comment.