mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-28 21:42:26 +01:00
Fix dactyl.open with string params.
--HG-- branch : key-processing
This commit is contained in:
@@ -1131,7 +1131,7 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
|
||||
});
|
||||
|
||||
params = params || {};
|
||||
if (isArray(params))
|
||||
if (isString(params))
|
||||
params = { where: params };
|
||||
|
||||
let flags = 0;
|
||||
|
||||
Reference in New Issue
Block a user