Browse Source

fixed jshint error

Torkel Odegaard 12 năm trước cách đây
mục cha
commit
0949b7ec0a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;