Przeglądaj źródła

fixed jshint error

Torkel Odegaard 12 lat temu
rodzic
commit
0949b7ec0a
1 zmienionych plików z 1 dodań i 1 usunięć
  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;