Use const
This commit is contained in:
parent
1779701445
commit
ab8908a4af
7 changed files with 29 additions and 49 deletions
|
@ -1,6 +1,4 @@
|
|||
var common;
|
||||
|
||||
common = require('../../../../common/api/lib/exports/electron');
|
||||
const common = require('../../../../common/api/lib/exports/electron');
|
||||
|
||||
// Import common modules.
|
||||
common.defineProperties(exports);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue