Use const

This commit is contained in:
Jessica Lord 2016-01-14 13:16:42 -08:00
parent f31289c735
commit 9103253f62
10 changed files with 55 additions and 72 deletions

View file

@ -1,6 +1,4 @@
var common;
common = require('../../../../common/api/lib/exports/electron');
const common = require('../../../../common/api/lib/exports/electron');
// Import common modules.