mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
remove unused variables in test
This commit is contained in:
parent
a2dac5d6b4
commit
3820d055d2
1 changed files with 0 additions and 2 deletions
|
@ -12,12 +12,10 @@ var $compile;
|
|||
var Promise;
|
||||
var Private;
|
||||
var config;
|
||||
var debounceDelay = 300;
|
||||
var $elemScope;
|
||||
var $elem;
|
||||
|
||||
var cycleIndex = 0;
|
||||
var mockValidateQuery;
|
||||
var markup = '<input ng-model="mockModel" parse-query input-focus type="text">';
|
||||
var fromUser;
|
||||
var toUser = require('ui/parse_query/lib/to_user');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue