Skip to content

Commit 40be58d

Browse files
committed
👕 fix one no-unused-vars error
/Users/kangas/workspace/compass/src/field-list/type-list.js 101:33 error "evt" is defined but never used no-unused-vars
1 parent 3660f9d commit 40be58d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/field-list/type-list.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ var TypeListItem = View.extend(tooltipMixin, {
9898
}
9999
}
100100
},
101-
documentTypeClicked: function(evt) {
101+
documentTypeClicked: function() {
102102
// expands the nested subdocument fields by triggering click in FieldView
103103
this.parent.parent.click();
104104
},

0 commit comments

Comments
 (0)