fix js lint errors
This commit is contained in:
parent
1234b61fa6
commit
9e189b9d2d
1 changed files with 4 additions and 4 deletions
|
@ -515,7 +515,7 @@ describe('BrowserWindow module', function () {
|
||||||
})
|
})
|
||||||
|
|
||||||
it('raises an error when relativeLevel is out of bounds', function () {
|
it('raises an error when relativeLevel is out of bounds', function () {
|
||||||
if (process.platform !== 'darwin') return;
|
if (process.platform !== 'darwin') return
|
||||||
|
|
||||||
assert.throws(function () {
|
assert.throws(function () {
|
||||||
w.setAlwaysOnTop(true, '', -1)
|
w.setAlwaysOnTop(true, '', -1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue