mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-23 08:25:46 +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 || {};
|
params = params || {};
|
||||||
if (isArray(params))
|
if (isString(params))
|
||||||
params = { where: params };
|
params = { where: params };
|
||||||
|
|
||||||
let flags = 0;
|
let flags = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user