From d61d668b64c44fc046095b807834c4836a8c05c5 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Wed, 08 Apr 2015 02:57:21 -0400 Subject: [PATCH] Remove useless code --- program/js/app.js | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/program/js/app.js b/program/js/app.js index d6c5cd8..1da2a81 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -6728,6 +6728,9 @@ this.env.listcols = listcols; + if (!this.env.coltypes) + this.env.coltypes = {}; + // replace old column headers if (thead) { if (repl) { -- Gitblit v1.9.1