fix linting in visualize

This commit is contained in:
Rashid Khan 2014-03-24 13:20:57 -07:00
parent 0ba3e1ba6c
commit 613068a2d3
2 changed files with 2 additions and 2 deletions

View file

@ -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') {

View file

@ -1,4 +1,4 @@
define(function () {
var _ = require('lodash');
var aggKeyPrefix = '_agg_';
})
});