1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 07:48:00 +01:00

Small cleanup and fix minor issue in my last commit.

--HG--
extra : rebase_source : c49be723ba102a937e5147c66d07f389729735f5
This commit is contained in:
Kris Maglione
2010-11-08 06:47:46 -05:00
parent fd9ca1487d
commit f9d8872d57
3 changed files with 8 additions and 15 deletions

View File

@@ -645,7 +645,7 @@ const Buffer = Module("buffer", {
prefs.withContext(function () {
prefs.set("browser.tabs.loadInBackground", true);
["mousedown", "mouseup", "click"].slice(0, util.haveGecko("2.0") ? 2 : 3)
["mousedown", "mouseup", "click"].slice(0, util.haveGecko("2b") ? 2 : 3)
.forEach(function (event) {
events.dispatch(elem, events.create(doc, event, {
screenX: offsetX, screenY: offsetY,