Commit 9af46060 by ubhatnagar

Fixed Indentation and Grunt run.

parent e1576b71
......@@ -30,6 +30,7 @@
"define": true,
"require": true,
"Chromath": false,
"setImmediate": true
"setImmediate": true,
"$": false
}
}
......@@ -52,7 +52,7 @@ function (angular, _) {
};
$scope.removeToolTip = function() {
$('.tooltip').not(this).hide();
$('.tooltip').not(this).hide();
};
$scope.saveDashboard = function(options) {
......
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