Add missing semicolon

This commit is contained in:
Kevin Sawicki 2016-03-04 16:15:04 -08:00
parent 67edcc8f91
commit bda5bb4a74

View file

@ -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.