📝 Remove additional whitespaces

[ci skip]
This commit is contained in:
Plusb Preco 2016-04-22 23:23:39 +09:00
parent b862cee6ec
commit ba9fa95653

View file

@ -293,9 +293,9 @@ myWindow.webContents.session.setCertificateVerifyProc(function(hostname, cert, c
* `handler` Function
* `webContents` Object - [WebContents](web-contents.md) 권한을 요청.
* `permission` String - 'media', 'geolocation', 'notifications',
* `permission` String - 'media', 'geolocation', 'notifications',
'midiSysex', 'pointerLock', 'fullscreen', 'openExternal'의 나열.
* `callback` Function - 권한 허용 및 거부.
* `callback` Function - 권한 허용 및 거부.
`session`의 권한 요청에 응답을 하는데 사용하는 핸들러를 설정합니다.
`callback(true)`를 호출하면 권한 제공을 허용하고 `callback(false)`