1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-04 06:44:12 +01:00

Dispatch events from buffer.followLink as trusted events. Closes issue #124.

This commit is contained in:
Kris Maglione
2010-11-07 10:17:22 -05:00
parent 506c684073
commit ab81ed4cb4
4 changed files with 20 additions and 9 deletions

View File

@@ -1046,7 +1046,7 @@ const Tabs = Module("tabs", {
"stringlist", "tab",
{
setter: function (values) {
let [open, restriction] = [1, 0];
let open = 1, restriction = 0;
for (let [, opt] in Iterator(values)) {
if (opt == "tab")
open = 3;