mirror of
https://github.com/nasa/openmct.git
synced 2025-06-18 23:28:14 +00:00
[Build] Remove unused variables
...to satisfy JSHint
This commit is contained in:
@ -74,7 +74,7 @@ define(
|
||||
|
||||
|
||||
// Callback if the HTTP request to Couch fails
|
||||
function handleError(err) {
|
||||
function handleError() {
|
||||
self.state = DISCONNECTED;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user