Fixed Indentation and Grunt run.

This commit is contained in:
ubhatnagar
2015-09-18 00:50:55 -07:00
parent e1576b7131
commit 9af460600d
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -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) {