Commit 0949b7ec by Torkel Odegaard

fixed jshint error

parent 75683c42
...@@ -53,7 +53,7 @@ define([ ...@@ -53,7 +53,7 @@ define([
self.filterTemplateData[filter.name] = filter.current.value; self.filterTemplateData[filter.name] = filter.current.value;
}); });
} };
this.filterOptionSelected = function(filter, option) { this.filterOptionSelected = function(filter, option) {
filter.current = option; filter.current = option;
......
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