Commit 1b02632d by Torkel Ödegaard

fix(jslint): fixed lint issue

parent 09063120
...@@ -48,7 +48,7 @@ function (angular, _, kbn) { ...@@ -48,7 +48,7 @@ function (angular, _, kbn) {
if (variable) { if (variable) {
return variable.filters || []; return variable.filters || [];
} }
return [] return [];
}; };
function luceneEscape(value) { function luceneEscape(value) {
......
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