remove unused var
This commit is contained in:
parent
c13dde17f2
commit
0f1fb7b154
1 changed files with 1 additions and 1 deletions
|
@ -702,7 +702,7 @@ Ox.TableList = function(options, self) {
|
||||||
// fixme: this may be obscure...
|
// fixme: this may be obscure...
|
||||||
// since the format of a value may depend on another value,
|
// since the format of a value may depend on another value,
|
||||||
// we pass all data as a second parameter to the supplied format function
|
// we pass all data as a second parameter to the supplied format function
|
||||||
var format = self.format[key], formatFunction;
|
var format = self.format[key];
|
||||||
// FIXME: this keeps null from ever reaching a format function!
|
// FIXME: this keeps null from ever reaching a format function!
|
||||||
if (value === null) {
|
if (value === null) {
|
||||||
value = '';
|
value = '';
|
||||||
|
|
Loading…
Reference in a new issue