Coding style fixes and improvements

This commit is contained in:
Angelos Chalaris
2018-02-04 18:07:31 +02:00
parent 1006da6fa5
commit 91ca70000d
8 changed files with 9 additions and 9 deletions

View File

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