WidgetBaseIE.js revision 8a864950bf1abc56d7b4c1ef7f086f1a60223b2f
/**
* IE specific support for the widget-base module.
*
* @module widget-base-ie
*/
var BOUNDING_BOX = "boundingBox",
CONTENT_BOX = "contentBox",
HEIGHT = "height",
OFFSET_HEIGHT = "offsetHeight",
EMPTY_STR = "",
// TODO: Ideally we want to re-use the base _uiSizeCB impl
borderBoxSupported = this._bbs;
if(borderBoxSupported === undefined) {
this._bbs = borderBoxSupported = !(IE < 8 && bb.get("ownerDocument").get("compatMode") != "BackCompat");
}
if (borderBoxSupported) {
} else {
if (expand) {
if (heightReallyMinHeight) {
}
if (heightReallyMinHeight) {
}
} else {
}
}
};