Test files linted
This commit is contained in:
@ -6,7 +6,7 @@ test('bindAll is a Function', () => {
|
||||
});
|
||||
var view = {
|
||||
label: 'docs',
|
||||
'click': function() {
|
||||
click: function() {
|
||||
return 'clicked ' + this.label;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user