update examples
This commit is contained in:
parent
c8cdcc92c0
commit
7284ae4ddf
2 changed files with 6 additions and 3 deletions
|
@ -143,6 +143,11 @@ Ox.load({Geo: {}, UI: {}, Unicode: {}}, function() {
|
|||
},
|
||||
{
|
||||
description: 'Checkbox with label',
|
||||
label: 'Check me',
|
||||
width: 128
|
||||
},
|
||||
{
|
||||
description: 'Checkbox with title',
|
||||
title: 'Check me',
|
||||
width: 128
|
||||
}
|
||||
|
|
|
@ -163,9 +163,7 @@ Ox.load('UI', function() {
|
|||
|
||||
function setRadius() {
|
||||
that.css({
|
||||
MozBorderRadius: self.options.radius + 'px',
|
||||
OBorderRadius: self.options.radius + 'px',
|
||||
WebkitBorderRadius: self.options.radius + 'px'
|
||||
borderRadius: self.options.radius + 'px'
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue