dont show Run tests is showTests is false, fix documentation example

This commit is contained in:
j 2012-06-16 14:25:08 +02:00
commit 099fbc7880
3 changed files with 32 additions and 29 deletions

View file

@ -5,7 +5,6 @@ This example demonstrates various form elements.
'use strict';
Ox.load({Geo: {}, UI: {}, Unicode: {}}, function() {
var countries = Ox.sortASCII(Ox.COUNTRIES.filter(function(country) {
return !country.dissolved && !country.disputed && !country.exception;
}).map(function(country) {
@ -692,6 +691,5 @@ Ox.load({Geo: {}, UI: {}, Unicode: {}}, function() {
],
orientation: 'horizontal'
})
.appendTo(Ox.$body)
});
.appendTo(Ox.$body);
});