Mention variable name to update
This commit is contained in:
parent
ca8983bf6c
commit
bb1a981a01
1 changed files with 3 additions and 2 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Reference in a new issue