forked from 0x2620/oxjs
add section keywords to examples
This commit is contained in:
parent
b9a4ea2e42
commit
49c30cfe38
16 changed files with 20 additions and 5 deletions
|
|
@ -135,7 +135,7 @@ Ox.load('UI', function() {
|
|||
*/
|
||||
self.$about = Ox.Button({
|
||||
selectable: false,
|
||||
title: 'IPv4 World Map of the Internet',
|
||||
title: 'IPv4 Map of the Internet',
|
||||
width: 256
|
||||
})
|
||||
.addClass('interface')
|
||||
|
|
@ -263,7 +263,7 @@ Ox.load('UI', function() {
|
|||
keys: {enter: 'close', escape: 'close'},
|
||||
fixedSize: true,
|
||||
height: 288,
|
||||
title: 'IPv4 World Map of the Internet',
|
||||
title: 'IPv4 Map of the Internet',
|
||||
width: 560 + Ox.UI.SCROLLBAR_SIZE
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue