1
0
Fork 0
forked from 0x2620/oxjs

update examples

This commit is contained in:
rolux 2012-07-09 17:39:05 +02:00
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'},