make tests green again

This commit is contained in:
ansuz 2016-07-22 16:00:33 +02:00
parent 068a3f5944
commit 2351d8a23e

View File

@ -173,7 +173,7 @@ define([
}).text('✖').click(function () { }).text('✖').click(function () {
removeColumn(proxy, id); removeColumn(proxy, id);
table.removeColumn(id); table.removeColumn(id);
})) }));
proxy.table.cols[id] = value || ""; proxy.table.cols[id] = value || "";
addIfAbsent(proxy.table.colsOrder, id); addIfAbsent(proxy.table.colsOrder, id);