mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Merge pull request #6799 from epixa/noredeclare
[internal][console] Do not redeclare variable
This commit is contained in:
commit
22cec4294b
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