Remove extra newlines around comments
This commit is contained in:
parent
990dc30e8d
commit
030d2a843c
40 changed files with 103 additions and 425 deletions
|
@ -1,4 +1,3 @@
|
|||
|
||||
// Do not expose the internal modules to `require`.
|
||||
exports.hideInternalModules = function() {
|
||||
var globalPaths;
|
||||
|
@ -10,9 +9,7 @@ exports.hideInternalModules = function() {
|
|||
}
|
||||
};
|
||||
|
||||
|
||||
// Attaches properties to |exports|.
|
||||
|
||||
exports.defineProperties = function(exports) {
|
||||
return Object.defineProperties(exports, {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue