dont show Run tests is showTests is false, fix documentation example
This commit is contained in:
parent
9d391e4c13
commit
099fbc7880
3 changed files with 32 additions and 29 deletions
|
|
@ -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);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue