1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-04 21:54:13 +01:00

Cleanup some references to "Firefox" in common/*.

This commit is contained in:
Doug Kearns
2009-06-27 22:25:00 +10:00
parent a6fde383c0
commit 776f9bb425
9 changed files with 23 additions and 22 deletions

View File

@@ -662,7 +662,7 @@ const util = { //{{{
if (searchURL)
return searchURL;
// Hmm. No defsearch? Let Firefox deal with it, then.
// Hmm. No defsearch? Let the host app deal with it, then.
return url;
});
},