From 0f1fb7b1541c8d65f0d6d2b8004604aa8c8dd6e3 Mon Sep 17 00:00:00 2001 From: rolux Date: Sun, 18 May 2014 02:42:19 +0200 Subject: [PATCH] remove unused var --- source/Ox.UI/js/List/TableList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox.UI/js/List/TableList.js b/source/Ox.UI/js/List/TableList.js index e1766ada..be72331d 100644 --- a/source/Ox.UI/js/List/TableList.js +++ b/source/Ox.UI/js/List/TableList.js @@ -702,7 +702,7 @@ Ox.TableList = function(options, self) { // fixme: this may be obscure... // 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; + var format = self.format[key]; // FIXME: this keeps null from ever reaching a format function! if (value === null) { value = '';