Commit af95daad by Torkel Ödegaard

fix(jscs): fixed failing js style check

parent 6e8d5cd8
......@@ -8,7 +8,7 @@ function (angular, _, kbn) {
var module = angular.module('grafana.controllers');
module.controller('OpenTSDBQueryCtrl', function($scope, $timeout) {
module.controller('OpenTSDBQueryCtrl', function($scope) {
$scope.init = function() {
$scope.target.errors = validateTarget($scope.target);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment