fixed spacing

This commit is contained in:
Ryan Crosser
2015-05-23 10:48:27 -04:00
parent db7712ac11
commit 55f3ed2f26
2 changed files with 27 additions and 27 deletions

View File

@ -81,7 +81,7 @@ function deepQuery(value, q) {
}
}
} else if (value.toString().toLowerCase().indexOf(q) !== -1) {
return true;
return true
}
}
}