|
|
@ -273,6 +273,7 @@ |
|
|
|
if (BI.isIE()) { |
|
|
|
if (BI.isIE()) { |
|
|
|
BI.Combo.prototype.adjustHeight = adjustHeight; |
|
|
|
BI.Combo.prototype.adjustHeight = adjustHeight; |
|
|
|
BI.Tooltips.show = injectToolTipShow; |
|
|
|
BI.Tooltips.show = injectToolTipShow; |
|
|
|
|
|
|
|
BI.Bubbles.show = injectBubblesShow; |
|
|
|
// jQuery.fn.outerWidth = injectOuterWidth;
|
|
|
|
// jQuery.fn.outerWidth = injectOuterWidth;
|
|
|
|
// jQuery.fn.outerHeight = injectOuterHeight;
|
|
|
|
// jQuery.fn.outerHeight = injectOuterHeight;
|
|
|
|
} |
|
|
|
} |
|
|
|