mirror of
https://github.com/nasa/openmct.git
synced 2025-06-19 15:43:48 +00:00
[Style] Update style to reflect new jshint config
Update style to match new jshint config https://github.com/nasa/openmct/issues/671
This commit is contained in:
@ -19,12 +19,10 @@
|
||||
* this source code distribution or the Licensing information page available
|
||||
* at runtime from the About dialog for additional information.
|
||||
*****************************************************************************/
|
||||
/*global define,Promise*/
|
||||
|
||||
define(
|
||||
[],
|
||||
function () {
|
||||
"use strict";
|
||||
|
||||
/**
|
||||
* The ElementsController prepares the elements view for display
|
||||
@ -55,4 +53,4 @@ define(
|
||||
|
||||
return ElementsController;
|
||||
}
|
||||
);
|
||||
);
|
||||
|
Reference in New Issue
Block a user