mirror of
https://github.com/electron/electron.git
synced 2026-01-26 15:58:07 -05:00
Mention variable name to update
This commit is contained in:
@@ -4,8 +4,9 @@ const common = require('../../../common/api/exports/electron')
|
||||
common.defineProperties(exports)
|
||||
|
||||
Object.defineProperties(exports, {
|
||||
// Browser side modules, please sort with alphabet order.
|
||||
// Any new modules added here must also be added to the array in remote.js
|
||||
// Browser side modules, please sort alphabetically alphabet order.
|
||||
// Any modules added here must also be added to the browserModules array
|
||||
// in remote.js
|
||||
app: {
|
||||
enumerable: true,
|
||||
get: function () {
|
||||
|
||||
Reference in New Issue
Block a user