mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
fix linting in visualize
This commit is contained in:
parent
9e91ea6718
commit
8c16cdbeaa
2 changed files with 2 additions and 2 deletions
|
@ -92,7 +92,7 @@ define(function (require) {
|
|||
|
||||
if (params.interval) {
|
||||
controlsHtml += ' ' + controlTemplates.interval;
|
||||
if (!controlsHtml.match(/aggParams\.interval\.options/)) debugger;
|
||||
if (!controlsHtml.match(/aggParams\.interval\.options/)); //debugger;
|
||||
}
|
||||
|
||||
if ($scope.config.categoryName === 'group') {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
define(function () {
|
||||
var _ = require('lodash');
|
||||
var aggKeyPrefix = '_agg_';
|
||||
})
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue