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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user