mirror of
https://github.com/nasa/openmct.git
synced 2025-02-22 10:11:06 +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 () {
|
describe('GenericSearchProvider', function () {
|
||||||
var $q,
|
var $timeout,
|
||||||
|
$q,
|
||||||
$log,
|
$log,
|
||||||
modelService,
|
modelService,
|
||||||
models,
|
models,
|
||||||
|
@ -20,6 +20,8 @@
|
|||||||
* at runtime from the About dialog for additional information.
|
* at runtime from the About dialog for additional information.
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
|
/*global require*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SearchSpec. Created by shale on 07/31/2015.
|
* SearchSpec. Created by shale on 07/31/2015.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user