Просмотр исходного кода

Fixed Indentation and Grunt run.

ubhatnagar 10 лет назад
Родитель
Сommit
9af460600d
2 измененных файлов с 3 добавлено и 2 удалено
  1. 2 1
      .jshintrc
  2. 1 1
      public/app/features/dashboard/dashboardNavCtrl.js

+ 2 - 1
.jshintrc

@@ -30,6 +30,7 @@
     "define": true,
     "require": true,
     "Chromath": false,
-    "setImmediate": true
+    "setImmediate": true,
+    "$": false
   }
 }

+ 1 - 1
public/app/features/dashboard/dashboardNavCtrl.js

@@ -52,7 +52,7 @@ function (angular, _) {
     };
 
     $scope.removeToolTip = function() {
-        $('.tooltip').not(this).hide();
+      $('.tooltip').not(this).hide();
     };
 
     $scope.saveDashboard = function(options) {