mirror of
https://github.com/nasa/openmct.git
synced 2025-06-17 14:48:13 +00:00
[Framework] Document implementation
Document implementation more fully, including notes on composite services. WTD-518.
This commit is contained in:
@ -29,8 +29,8 @@ define(
|
||||
// so that these can be registered separately with Angular
|
||||
function identify(category, extension, index) {
|
||||
var name = extension.key ?
|
||||
(extension.key + "-" + index) :
|
||||
index;
|
||||
("extension-" + extension.key + "#" + index) :
|
||||
("extension#" + index);
|
||||
return category + "[" + name + "]";
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user