Skip to content

Commit

Permalink
fix linting in visualize
Browse files Browse the repository at this point in the history
  • Loading branch information
Rashid Khan committed Mar 24, 2014
1 parent 9e91ea6 commit 8c16cdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/kibana/apps/visualize/directives/config_editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand Down
2 changes: 1 addition & 1 deletion src/kibana/apps/visualize/resp_converters/flatten.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define(function () {
var _ = require('lodash');
var aggKeyPrefix = '_agg_';
})
});

0 comments on commit 8c16cdb

Please sign in to comment.