diff --git a/examples/forms/form_elements/js/example.js b/examples/forms/form_elements/js/example.js index 8012449e..4ec1bbb8 100644 --- a/examples/forms/form_elements/js/example.js +++ b/examples/forms/form_elements/js/example.js @@ -211,7 +211,7 @@ Ox.load({Geo: {}, UI: {}, Unicode: {}}, function() { ] }, ColorInput: { - description: '...', + description: 'Allows you to enter a RGB or HSL value.', options: [ { description: 'RGB', @@ -607,7 +607,6 @@ Ox.load({Geo: {}, UI: {}, Unicode: {}}, function() { description: 'Is a select element with optional text input.', options: [ { - description: '...', items: [ {id: 'javascript', title: 'JavaScript'}, {id: 'python', title: 'Python'}, diff --git a/examples/ui/progress/js/example.js b/examples/ui/progress/js/example.js index e0c7a414..7873d44c 100644 --- a/examples/ui/progress/js/example.js +++ b/examples/ui/progress/js/example.js @@ -1,5 +1,5 @@ /* -... +This example demonstrates various types of progress bars. */ Ox.load('UI', function() {