fixed minor code style issues

This commit is contained in:
Hauke Klement
2015-03-03 11:31:20 +01:00
parent 7477d4c6dd
commit b5eb2f6129
3 changed files with 7 additions and 7 deletions

View File

@ -2,9 +2,9 @@ $(function() {
var CHART_START = window.vis ? vis.moment().add(-1, 'minute') : undefined;
var DEFAULT_REFRESH_INTERVAL = 5000;
var dataset = undefined;
var graph = undefined;
var groups = undefined;
var dataset;
var graph;
var groups;
var buildChartGroups = function() {
return _.map($('tbody tr[data-id]'), function(element) {