Explorar o código

Fixed javascript style check error

Torkel Ödegaard %!s(int64=11) %!d(string=hai) anos
pai
achega
79be106711
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/app/directives/tip.js

+ 0 - 1
src/app/directives/tip.js

@@ -66,7 +66,6 @@ function (angular, kbn) {
           var label = '<label for="' + scope.$id + attrs.model + '" class="checkbox-label">' +
                            attrs.text + tip + '</label>';
 
-
           var template = '<input class="cr1" id="' + scope.$id + attrs.model + '" type="checkbox" ' +
                           '       ng-model="' + attrs.model + '"' + ngchange +
                           '       ng-checked="' + attrs.model + '"></input>' +