Add missing semicolons
This commit is contained in:
parent
b5cf352312
commit
669b815758
1 changed files with 2 additions and 2 deletions
|
@ -19,9 +19,9 @@ describe('desktopCapturer', function() {
|
||||||
assert.equal(error, null);
|
assert.equal(error, null);
|
||||||
assert.notEqual(sources.length, 0);
|
assert.notEqual(sources.length, 0);
|
||||||
if (callCount === 2) done();
|
if (callCount === 2) done();
|
||||||
}
|
};
|
||||||
|
|
||||||
desktopCapturer.getSources({types: ['window', 'screen']}, callback);
|
desktopCapturer.getSources({types: ['window', 'screen']}, callback);
|
||||||
desktopCapturer.getSources({types: ['window', 'screen']}, callback);
|
desktopCapturer.getSources({types: ['window', 'screen']}, callback);
|
||||||
})
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue