Remove extra newlines around comments
This commit is contained in:
parent
990dc30e8d
commit
030d2a843c
40 changed files with 103 additions and 425 deletions
|
@ -65,7 +65,6 @@ ObjectsRegistry = (function(superClass) {
|
|||
}
|
||||
};
|
||||
|
||||
|
||||
// Clear all references to objects refrenced by the WebContents.
|
||||
ObjectsRegistry.prototype.clear = function(webContentsId) {
|
||||
var count, id, ref;
|
||||
|
@ -81,7 +80,6 @@ ObjectsRegistry = (function(superClass) {
|
|||
return delete this.owners[webContentsId];
|
||||
};
|
||||
|
||||
|
||||
// Private: Saves the object into storage and assigns an ID for it.
|
||||
ObjectsRegistry.prototype.saveToStorage = function(object) {
|
||||
var id;
|
||||
|
@ -98,7 +96,6 @@ ObjectsRegistry = (function(superClass) {
|
|||
return id;
|
||||
};
|
||||
|
||||
|
||||
// Private: Dereference the object from store.
|
||||
ObjectsRegistry.prototype.dereference = function(id, count) {
|
||||
var pointer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue