mirror of
https://github.com/nasa/openmct.git
synced 2025-01-19 19:27:07 +00:00
[Themes] Add missing semicolon
...to satisfy JSLint.
This commit is contained in:
parent
e32eb11e60
commit
522ce02302
@ -93,7 +93,7 @@ define(
|
|||||||
mockDocument,
|
mockDocument,
|
||||||
testTheme
|
testTheme
|
||||||
);
|
);
|
||||||
})
|
});
|
||||||
|
|
||||||
it("includes matching themes", function () {
|
it("includes matching themes", function () {
|
||||||
expect(mockElement.setAttribute)
|
expect(mockElement.setAttribute)
|
||||||
|
Loading…
Reference in New Issue
Block a user