Explorar o código

fixed jshint error

Torkel Odegaard %!s(int64=12) %!d(string=hai) anos
pai
achega
0949b7ec0a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/app/services/filterSrv.js

+ 1 - 1
src/app/services/filterSrv.js

@@ -53,7 +53,7 @@ define([
 
         self.filterTemplateData[filter.name] = filter.current.value;
       });
-    }
+    };
 
     this.filterOptionSelected = function(filter, option) {
       filter.current = option;