1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-13 23:05:45 +01:00

Catch some missing regex -> regexp conversions in NEWS.

This commit is contained in:
Doug Kearns
2010-10-22 12:10:30 +11:00
parent 4f14857d66
commit c9e91d77dc
2 changed files with 3 additions and 3 deletions

View File

@@ -54,7 +54,7 @@ const RangeFinder = Module("rangefinder", {
if (!this.rangeFind
|| this.rangeFind.window.get() != window
|| linksOnly != !!this.rangeFind.elementPath
|| regexp != this.rangeFind.regex
|| regexp != this.rangeFind.regex
|| matchCase != this.rangeFind.matchCase
|| !!backward != this.rangeFind.reverse) {