Skip to content

Commit 703068f

Browse files
author
p01
committed
Semi and extra newline
1 parent 66587a8 commit 703068f

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

src/resource-manager/resource_detail_view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ cls.ResourceDetailView = function(id, name, container_class, html, default_handl
157157
};
158158

159159
/*
160-
* The "key" can be URL, the UID of or an instance of cls.ResourceInfo
160+
* The "key" can be the UID of or an instance of cls.ResourceInfo or a URL
161161
*
162162
* This flexibility helps other services to display a resource regardless of its "form".
163163
*/

src/resource-manager/resource_service.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ cls.ResourceInspector = function(network_logger)
191191
});
192192
});
193193

194-
195194
// request the list of documents if we have
196195
// an empty document_list
197196
// or a resource pointing to an unknown document
@@ -332,7 +331,7 @@ cls.ResourceInspector = function(network_logger)
332331
{
333332
var broker = cls.ResourceDisplayBroker.get_instance();
334333
broker.show_resource_for_ele(target);
335-
}
334+
};
336335

337336
var messages = window.messages;
338337
messages.add_listener("debug-context-selected", this._on_debug_context_selected_bound);

src/resource-manager/resource_templates.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,6 @@ window.templates.resource_tree || (window.templates.resource_tree = new function
224224
});
225225

226226

227-
228227
window.templates.resource_detail || (window.templates.resource_detail = new function()
229228
{
230229
this.update = function(resource)

0 commit comments

Comments
 (0)