mirror of https://github.com/zulip/zulip.git
node tests: Remove dead code in components.js.
This commit is contained in:
parent
0ae53570de
commit
910fc842e2
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue