Revert "[third] Mouse-enable naturalSearch option in typeahead."

This reverts commit 02318d3d830e7e28d638efee0ef27023a73f52f7.

(imported from commit b6e48772dbef127a9e25e5ea5042d250cce6fed1)
This commit is contained in:
Steve Howell 2013-07-26 17:08:39 -04:00
parent 7b6579c74c
commit b8794e1a9d

View File

@ -2100,10 +2100,6 @@
, mouseenter: function (e) {
this.$menu.find('.active').removeClass('active')
$(e.currentTarget).addClass('active')
if (this.options.naturalSearch) {
this.set_value();
}
}
}