fixed jshint error

This commit is contained in:
Torkel Odegaard
2014-02-23 19:45:40 +01:00
parent 75683c423d
commit 0949b7ec0a
+1 -1
View File
@@ -53,7 +53,7 @@ define([
self.filterTemplateData[filter.name] = filter.current.value;
});
}
};
this.filterOptionSelected = function(filter, option) {
filter.current = option;