diff --git a/common/content/dactyl.js b/common/content/dactyl.js index 3cbd1203..84082d1e 100644 --- a/common/content/dactyl.js +++ b/common/content/dactyl.js @@ -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;