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)
|
common.defineProperties(exports)
|
||||||
|
|
||||||
Object.defineProperties(exports, {
|
Object.defineProperties(exports, {
|
||||||
// Browser side modules, please sort with alphabet order.
|
// Browser side modules, please sort alphabetically alphabet order.
|
||||||
// Any new modules added here must also be added to the array in remote.js
|
// Any modules added here must also be added to the browserModules array
|
||||||
|
// in remote.js
|
||||||
app: {
|
app: {
|
||||||
enumerable: true,
|
enumerable: true,
|
||||||
get: function () {
|
get: function () {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue