diff --git a/common/content/dactyl.js b/common/content/dactyl.js index 50339829..7e5285b3 100644 --- a/common/content/dactyl.js +++ b/common/content/dactyl.js @@ -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;