Commit b1c9d5fd by Harald Kraemer

Warnings in filterSrv

parent 4b8b9617
...@@ -86,7 +86,7 @@ define([ ...@@ -86,7 +86,7 @@ define([
} }
}, },
removeFilter : function( filter, dashboard ) { removeFilter : function( filter ) {
this.list = _.without(this.list, filter); this.list = _.without(this.list, filter);
}, },
init : function( dashboard ) { init : function( dashboard ) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment