1
0
Fork 0
forked from 0x2620/oxjs

add section keywords to examples

This commit is contained in:
rolux 2012-06-22 09:24:16 +02:00
commit 49c30cfe38
16 changed files with 20 additions and 5 deletions

View file

@ -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
});