mirror of
https://github.com/nasa/openmct.git
synced 2025-06-12 20:28:14 +00:00
[Code Style] Satisfy JSLint
Add missing semicolons etc. to satisfy JSLint after changes for WTD-1482.
This commit is contained in:
@ -93,7 +93,7 @@ define(
|
||||
|
||||
// Return a function to dismiss the bubble
|
||||
return function () { bubble.remove(); };
|
||||
}
|
||||
};
|
||||
|
||||
return InfoService;
|
||||
}
|
||||
|
Reference in New Issue
Block a user