add BSD and UNIX logos

This commit is contained in:
rlx 2012-03-27 09:18:01 +00:00
parent c5af338d2d
commit fb385a5e57
3 changed files with 1 additions and 0 deletions

View file

@ -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) {

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB