Skip to content

Commit

Permalink
Support Accents. Fix resize plugin with resize window
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed Oct 10, 2014
1 parent a2cf529 commit 0410823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery.autocomplete.js
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@
return;
}
function manageKey (event) {
var key = event.which;
var key = event.which,right;

switch( key ){
case AKEY: case CKEY: case VKEY: case ZKEY: case YKEY:
Expand Down

0 comments on commit 0410823

Please sign in to comment.