Remove extra newlines around comments
This commit is contained in:
parent
990dc30e8d
commit
030d2a843c
40 changed files with 103 additions and 425 deletions
|
@ -6,9 +6,7 @@ bindings = process.atomBinding('session');
|
|||
|
||||
PERSIST_PERFIX = 'persist:';
|
||||
|
||||
|
||||
// Returns the Session from |partition| string.
|
||||
|
||||
exports.fromPartition = function(partition) {
|
||||
if (partition == null) {
|
||||
partition = '';
|
||||
|
@ -23,9 +21,7 @@ exports.fromPartition = function(partition) {
|
|||
}
|
||||
};
|
||||
|
||||
|
||||
// Returns the default session.
|
||||
|
||||
Object.defineProperty(exports, 'defaultSession', {
|
||||
enumerable: true,
|
||||
get: function() {
|
||||
|
@ -34,7 +30,6 @@ Object.defineProperty(exports, 'defaultSession', {
|
|||
});
|
||||
|
||||
wrapSession = function(session) {
|
||||
|
||||
// session is an EventEmitter.
|
||||
return session.__proto__ = EventEmitter.prototype;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue