mirror of
https://github.com/nasa/openmct.git
synced 2025-02-20 09:26:45 +00:00
[Build] Declare undefined variables
...to satisfy JSLint for specs.
This commit is contained in:
parent
5920533637
commit
e470451718
@ -30,7 +30,8 @@ define([
|
||||
) {
|
||||
|
||||
describe('GenericSearchProvider', function () {
|
||||
var $q,
|
||||
var $timeout,
|
||||
$q,
|
||||
$log,
|
||||
modelService,
|
||||
models,
|
||||
|
@ -20,6 +20,8 @@
|
||||
* at runtime from the About dialog for additional information.
|
||||
*****************************************************************************/
|
||||
|
||||
/*global require*/
|
||||
|
||||
/**
|
||||
* SearchSpec. Created by shale on 07/31/2015.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user