Merge pull request +8504 from c9/fix/collab-tree

remove unused code from tree renderer
pull/117/merge
Fabian Jakobs 2015-07-31 09:43:05 +02:00
commit 9741cb63b1
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -85,7 +85,7 @@ var Cells = function(parentEl) {
+ (columns ? "padding-right:" + columns.$fixedWidth : "")
+ "' class='"
+ this.getRowClass(datarow, row)
+ (datarow.name ? "' title='" + datarow.name : "") + "'>");
+ "'>");
if (!columns || columns[0].type == "tree") {
if (columns) {