Skip to content

Commit a4bdca9

Browse files
committed
CLEAN formatting
1 parent 0132072 commit a4bdca9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

treeTable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ var com_github_culmat_jsTreeTable = (function(){
109109
}
110110
if (renderer) {
111111
renderer($(tr), node)
112-
}else if (attrs) {
112+
} else if (attrs) {
113113
$.each(attrs, function(attr, desc) {
114114
$(tr).append($('<td>' + node[attr] + '</td>'))
115115
})

0 commit comments

Comments
 (0)