update examples

This commit is contained in:
rolux 2012-07-09 17:39:05 +02:00
parent bb686389ce
commit 139dae5dec
2 changed files with 2 additions and 3 deletions

View file

@ -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'},

View file

@ -1,5 +1,5 @@
/*
...
This example demonstrates various types of progress bars.
*/
Ox.load('UI', function() {