Autocomplete: Remove handling for NUMPAD_ENTER.

This commit is contained in:
Scott González 2013-05-06 15:04:14 -04:00
parent ddf03b39f3
commit ce8f4da4e7

View File

@ -103,7 +103,6 @@ $.widget( "ui.autocomplete", {
this._keyEvent( "next", event );
break;
case keyCode.ENTER:
case keyCode.NUMPAD_ENTER:
// when menu is open and has focus
if ( this.menu.active ) {
// #6055 - Opera still allows the keypress to occur