make tests green again

pull/1/head
ansuz 8 years ago
parent 068a3f5944
commit 2351d8a23e

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

Loading…
Cancel
Save