This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
electron
Watch
2
Star
0
Fork
You've already forked electron
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
3ac4fa85dd
electron
/
lib
/
browser
/
api
/
global-shortcut.js
4 lines
91 B
JavaScript
Raw
Normal View
History
Unescape
Escape
build: enable JS semicolons (#22783)
2020-03-20 20:28:31 +00:00
'use strict'
;
chore: have 'use strict' consistently across our lib files (#14721)
2018-09-22 12:28:50 +00:00
build: enable JS semicolons (#22783)
2020-03-20 20:28:31 +00:00
module
.
exports
=
process
.
electronBinding
(
'global_shortcut'
)
.
globalShortcut
;
Reference in a new issue
Copy permalink