add BSD and UNIX logos
This commit is contained in:
parent
c5af338d2d
commit
fb385a5e57
3 changed files with 1 additions and 0 deletions
|
@ -567,6 +567,7 @@ Ox.TextList = function(options, self) {
|
|||
// since the format of a value may depend on another value,
|
||||
// we pass all data as a second parameter to the supplied format function
|
||||
var format = self.format[key], formatFunction;
|
||||
// FIXME: this keeps null from ever reaching a format function!
|
||||
if (value === null) {
|
||||
value = '';
|
||||
} else if (format) {
|
||||
|
|
BIN
source/Ox.UI/png/systemBSD128.png
Normal file
BIN
source/Ox.UI/png/systemBSD128.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
BIN
source/Ox.UI/png/systemUNIX128.png
Normal file
BIN
source/Ox.UI/png/systemUNIX128.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Loading…
Reference in a new issue