Add missing semicolon
This commit is contained in:
parent
67edcc8f91
commit
bda5bb4a74
1 changed files with 1 additions and 1 deletions
|
@ -543,7 +543,7 @@ describe('browser-window module', function() {
|
||||||
assert.equal(w.isResizable(), true);
|
assert.equal(w.isResizable(), true);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
})
|
});
|
||||||
|
|
||||||
describe('window states', function() {
|
describe('window states', function() {
|
||||||
// Not implemented on Linux.
|
// Not implemented on Linux.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue