node tests: Remove dead code in components.js.

This commit is contained in:
Steve Howell 2018-05-17 14:48:38 +00:00 committed by Tim Abbott
parent 0ae53570de
commit 910fc842e2
1 changed files with 0 additions and 4 deletions

View File

@ -34,10 +34,6 @@ run_test('basics', () => {
self.class = _.without(tokens, c).join(' ');
};
self.click = function () {
click_f.call(this);
};
self.data = function (name) {
assert.equal(name, 'tab-id');
return i;