[Build] Declare undefined variables

...to satisfy JSLint for specs.
This commit is contained in:
Victor Woeltjen 2016-03-04 12:30:23 -08:00
parent 5920533637
commit e470451718
2 changed files with 4 additions and 1 deletions

View File

@ -30,7 +30,8 @@ define([
) {
describe('GenericSearchProvider', function () {
var $q,
var $timeout,
$q,
$log,
modelService,
models,

View File

@ -20,6 +20,8 @@
* at runtime from the About dialog for additional information.
*****************************************************************************/
/*global require*/
/**
* SearchSpec. Created by shale on 07/31/2015.
*/