mirror of
https://github.com/nasa/openmct.git
synced 2025-06-16 06:08:11 +00:00
[API] Add missing semicolon, satisfy JSHint
This commit is contained in:
@ -63,7 +63,7 @@ define([], function () {
|
|||||||
*/
|
*/
|
||||||
TypeRegistry.prototype.get = function (typeKey) {
|
TypeRegistry.prototype.get = function (typeKey) {
|
||||||
return this.types[typeKey];
|
return this.types[typeKey];
|
||||||
}
|
};
|
||||||
|
|
||||||
return TypeRegistry;
|
return TypeRegistry;
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user