1
0
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:
Kris Maglione
2011-01-26 20:35:19 -05:00
parent 8c0d070d94
commit 8feab547ef

View File

@@ -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;