Remove trailing comma
This commit is contained in:
parent
572fc058d3
commit
802ed62d5b
1 changed files with 1 additions and 1 deletions
|
@ -1847,7 +1847,7 @@ describe('BrowserWindow module', function () {
|
|||
typeofRequire: 'function',
|
||||
typeofProcess: 'object',
|
||||
typeofArrayPush: 'function',
|
||||
typeofFunctionApply: 'function',
|
||||
typeofFunctionApply: 'function'
|
||||
},
|
||||
pageContext: {
|
||||
preloadProperty: 'undefined',
|
||||
|
|
Loading…
Reference in a new issue