Torkel Odegaard пре 12 година
родитељ
комит
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;