1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-03 19:54:12 +01:00

Fix fallout from the merge SNAFU.

This commit is contained in:
Kris Maglione
2011-01-28 01:49:05 -05:00
parent d7fbddd945
commit e20133ae1f

View File

@@ -1127,7 +1127,7 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
});
params = params || {};
if (isArray(params))
if (isString(params))
params = { where: params };
let flags = 0;