Correct parameter order in comment for Zotero.Utilities.arrayDiff()
This commit is contained in:
parent
139d39d30e
commit
80aa50276e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue