mirror of
https://github.com/nasa/openmct.git
synced 2025-06-19 15:43:48 +00:00
[Framework] Fix code style for ExtensionRegistrar
Satisfy code style standards in ExtensionRegistrar. WTD-518.
This commit is contained in:
@ -25,16 +25,12 @@ define(
|
||||
return category + "[" + name + "]";
|
||||
}
|
||||
|
||||
function identifyCategory(category) {
|
||||
return category + Constants.EXTENSION_SUFFIX;
|
||||
}
|
||||
|
||||
function echo() {
|
||||
return arguments.slice;
|
||||
}
|
||||
|
||||
function staticFunction(value) {
|
||||
return function () { return value; }
|
||||
return function () { return value; };
|
||||
}
|
||||
|
||||
// Utility function; create the second argument for Angular's
|
||||
|
Reference in New Issue
Block a user