mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Merge pull request #2083 from johnhaley81/patch-1
Fix `window.open` with wrong name
This commit is contained in:
@@ -45,7 +45,7 @@ window.open = (url, frameName='', features='') ->
|
||||
value
|
||||
options.x ?= options.left if options.left
|
||||
options.y ?= options.top if options.top
|
||||
options.title ?= name
|
||||
options.title ?= frameName
|
||||
options.width ?= 800
|
||||
options.height ?= 600
|
||||
|
||||
|
||||
Reference in New Issue
Block a user