Use // for single line comments

This commit is contained in:
Kevin Sawicki 2016-01-14 10:35:29 -08:00
parent 26350f4ccb
commit f4af744519
43 changed files with 311 additions and 310 deletions

View file

@ -3,13 +3,13 @@ var common;
common = require('../../../../common/api/lib/exports/electron');
/* Import common modules. */
// Import common modules.
common.defineProperties(exports);
Object.defineProperties(exports, {
/* Renderer side modules, please sort with alphabet order. */
// Renderer side modules, please sort with alphabet order.
desktopCapturer: {
enumerable: true,
get: function() {