mirror of
https://github.com/nasa/openmct.git
synced 2025-01-19 03:06:54 +00:00
[Framework] Remove errant semicolons
Remove extra semicolons from PartialConstructor to satisfy JSLint during code style check of command line build; these were introduced during changes to PartialConstructor to support property retention, WTD-572.
This commit is contained in:
parent
9d84bbca5c
commit
1fb558022c
@ -40,7 +40,7 @@ define(
|
||||
) || instance;
|
||||
|
||||
return instance;
|
||||
};
|
||||
}
|
||||
|
||||
// Copy properties from original constructor
|
||||
Object.keys(Constructor).forEach(function (k) {
|
||||
@ -48,7 +48,7 @@ define(
|
||||
});
|
||||
|
||||
return InnerConstructor;
|
||||
};
|
||||
}
|
||||
|
||||
return OuterConstructor;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user