From 21fb4aecc070822c90c787fbc3b29aa17ce7ebd6 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 21 Jun 2012 23:15:54 +0200 Subject: [PATCH] Ox.Bar: fix docs --- source/Ox.UI/js/Bar/Bar.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {