Explorar el Código

Fixed Indentation and Grunt run.

ubhatnagar hace 10 años
padre
commit
9af460600d
Se han modificado 2 ficheros con 3 adiciones y 2 borrados
  1. 2 1
      .jshintrc
  2. 1 1
      public/app/features/dashboard/dashboardNavCtrl.js

+ 2 - 1
.jshintrc

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

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

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