mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[console] Do not redeclare variable
There's no reason to redeclare "term" here.
This commit is contained in:
parent
8a14f45fae
commit
a5a6a4d1d9
1 changed files with 1 additions and 1 deletions
|
@ -489,7 +489,7 @@ context_tests(
|
|||
);
|
||||
|
||||
function tt(term, template, meta) {
|
||||
var term = {name: term, template: template};
|
||||
term = {name: term, template: template};
|
||||
if (meta) {
|
||||
term.meta = meta;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue