Explorar el Código

fixed jshint error

Torkel Odegaard hace 12 años
padre
commit
0949b7ec0a
Se han modificado 1 ficheros con 1 adiciones y 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;