commit 80aa50276e299e689ebc6306d1d7e655473fcc61 parent 139d39d30e97a426238b49d3aefe87ba957cdeee Author: Dan Stillman <dstillman@zotero.org> Date: Tue, 27 Apr 2010 07:24:09 +0000 Correct parameter order in comment for Zotero.Utilities.arrayDiff() Diffstat:
| M | chrome/content/zotero/xpcom/utilities.js | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/xpcom/utilities.js b/chrome/content/zotero/xpcom/utilities.js @@ -366,7 +366,7 @@ Zotero.Utilities.prototype.isEmpty = function (obj) { /** * Compares an array with another and returns an array with - * the values from array2 that don't exist in array1 + * the values from array1 that don't exist in array2 * * @param {Array} array1 * @param {Array} array2