@ -64,22 +64,22 @@ BI.Layout = BI.inherit(BI.Widget, {
case true:
case "xy":
this.element.css("overflow", "auto");
break;
return;
case false:
this.element.css("overflow", "hidden");
case "x":
this.element.css({
"overflow-x": "auto",
"overflow-y": "hidden"
});
case "y":
"overflow-x": "hidden",
"overflow-y": "auto"
default :
}