Coding style fixes and improvements

This commit is contained in:
Angelos Chalaris
2018-02-04 17:58:57 +02:00
parent a271e58e50
commit 6f3893239c
19 changed files with 30 additions and 51 deletions

View File

@ -10,7 +10,7 @@ test('Testing bindAll', (t) => {
'click': function() {
return 'clicked ' + this.label;
}
}
};
bindAll(view, 'click');
t.equal(view.click(), 'clicked docs', 'Binds to an object context')
//t.deepEqual(bindAll(args..), 'Expected');