зеркало из https://github.com/electron/electron.git
give anonymous function a name
This commit is contained in:
Родитель
9efd29d059
Коммит
252121ac70
|
@ -6,12 +6,13 @@ const remote = require('electron').remote
|
|||
// Cache browser window visibility
|
||||
var _isVisible = true
|
||||
var _isMinimized = false
|
||||
;(function () {
|
||||
var initWindow = function initWindow () {
|
||||
var currentWindow
|
||||
currentWindow = remote.getCurrentWindow()
|
||||
_isVisible = currentWindow.isVisible()
|
||||
_isMinimized = currentWindow.isMinimized()
|
||||
})()
|
||||
}
|
||||
initWindow()
|
||||
|
||||
// Helper function to resolve relative url.
|
||||
var a = window.top.document.createElement('a')
|
||||
|
|
Загрузка…
Ссылка в новой задаче