Browse Source

Warnings in filterSrv

Harald Kraemer 11 years ago
parent
commit
b1c9d5fd4a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/app/services/filterSrv.js

+ 1 - 1
src/app/services/filterSrv.js

@@ -86,7 +86,7 @@ define([
             }
         },
 
-        removeFilter : function( filter, dashboard ) {
+        removeFilter : function( filter ) {
             this.list = _.without(this.list, filter);
         },
         init : function( dashboard ) {