1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 00:27:57 +01:00

unnecessary line removed

This commit is contained in:
Marco Candrian
2007-12-04 15:08:27 +00:00
parent afb54f6246
commit deb9d15e7a

View File

@@ -84,7 +84,6 @@ vimperator.Buffer = function () //{{{
}
}
patternText = new RegExp(regexps[pattern], "i");
for (var pattern = 0; pattern < regexps.length; pattern++)
{
patternText = new RegExp(regexps[pattern], "i");