mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Variables are not shadowed in inline class
This commit is contained in:
@@ -65,8 +65,8 @@ metaToValue = (meta) ->
|
||||
return metaToValue obj
|
||||
else
|
||||
# Function call.
|
||||
ret = ipcRenderer.sendSync 'ATOM_BROWSER_FUNCTION_CALL', meta.id, wrapArgs(arguments)
|
||||
return metaToValue ret
|
||||
obj = ipcRenderer.sendSync 'ATOM_BROWSER_FUNCTION_CALL', meta.id, wrapArgs(arguments)
|
||||
return metaToValue obj
|
||||
else
|
||||
ret = v8Util.createObjectWithName meta.name
|
||||
|
||||
|
||||
Reference in New Issue
Block a user