From e20133ae1fc3dab24dd7247a861b01f990713051 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Fri, 28 Jan 2011 01:49:05 -0500 Subject: [PATCH] Fix fallout from the merge SNAFU. --- common/content/dactyl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;