diff --git a/source/Ox.UI/js/Bar/Bar.js b/source/Ox.UI/js/Bar/Bar.js index 24d8b65b..91e50686 100644 --- a/source/Ox.UI/js/Bar/Bar.js +++ b/source/Ox.UI/js/Bar/Bar.js @@ -3,8 +3,8 @@ Ox.Bar Bar ([options[, self]]) -> Bar object options Options object - orientation - size can be small, medium, large or number + orientation Orientation ('horizontal' or 'vertical') + size can be 'small', 'medium', 'large' or number self Shared private variable @*/ Ox.Bar = function(options, self) {