Code review comment for lp:~juliank/merge-o-matic/javascript-query

Revision history for this message
Julian Andres Klode (juliank) wrote :

Might be better to just make the regex case insensitive, AKA

new RegExp(query.value, "i")

but that will be a new MP :)

« Back to merge proposal