1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-24 09:12:28 +01:00

Fix bug in second-last commit.

This commit is contained in:
Kris Maglione
2009-10-31 18:43:34 -04:00
parent 7a9889b18c
commit 785c416b3d

View File

@@ -1593,6 +1593,7 @@ const liberator = (function () //{{{
}
let flags = 0;
params = params || {};
if (params instanceof Array)
params = { where: params };