Torkel Odegaard 12 лет назад
Родитель
Сommit
0949b7ec0a
1 измененных файлов с 1 добавлено и 1 удалено
  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;