aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.autocomplete.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-10-26 10:53:17 -0400
committerScott González <scott.gonzalez@gmail.com>2012-10-26 10:53:17 -0400
commit68cab60fa758b34c024742daa9dbc3e6bf6a0521 (patch)
treedfb67b446b25bda5f16159ff05e7a53f8f83cdbf /ui/jquery.ui.autocomplete.js
parent039ee746d3eaeeaa4ad92ecd8ebf4e6fcd11768c (diff)
downloadjquery-ui-68cab60fa758b34c024742daa9dbc3e6bf6a0521.tar.gz
jquery-ui-68cab60fa758b34c024742daa9dbc3e6bf6a0521.zip
Removed bgiframe.
Diffstat (limited to 'ui/jquery.ui.autocomplete.js')
-rw-r--r--ui/jquery.ui.autocomplete.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/ui/jquery.ui.autocomplete.js b/ui/jquery.ui.autocomplete.js
index 327bfa17e..1da5a6b25 100644
--- a/ui/jquery.ui.autocomplete.js
+++ b/ui/jquery.ui.autocomplete.js
@@ -288,10 +288,6 @@ $.widget( "ui.autocomplete", {
.addClass( "ui-helper-hidden-accessible" )
.insertAfter( this.element );
- if ( $.fn.bgiframe ) {
- this.menu.element.bgiframe();
- }
-
// turning off autocomplete prevents the browser from remembering the
// value when navigating through history, so we re-enable autocomplete
// if the page is unloaded before the widget is destroyed. #7790