Remove trailing comma

This commit is contained in:
Kevin Sawicki 2017-01-05 10:08:35 -08:00
parent 572fc058d3
commit 802ed62d5b

View file

@ -1847,7 +1847,7 @@ describe('BrowserWindow module', function () {
typeofRequire: 'function',
typeofProcess: 'object',
typeofArrayPush: 'function',
typeofFunctionApply: 'function',
typeofFunctionApply: 'function'
},
pageContext: {
preloadProperty: 'undefined',