diff --git a/lib/browser/api/exports/electron.js b/lib/browser/api/exports/electron.js index 904f0bab73d..2a3f1d97c40 100644 --- a/lib/browser/api/exports/electron.js +++ b/lib/browser/api/exports/electron.js @@ -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 () {