Correct parameter order in comment for Zotero.Utilities.arrayDiff()

This commit is contained in:
Dan Stillman 2010-04-27 07:24:09 +00:00
parent 139d39d30e
commit 80aa50276e

View file

@ -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