Fix typo
This commit is contained in:
parent
e9f5643ecd
commit
46fc6684c1
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ Zotero.CreatorTypes = new function() {
|
|||
}
|
||||
|
||||
var valid = false;
|
||||
var types = this.getTypesForItemType(creatorTypeID, itemTypeID);
|
||||
var types = this.getTypesForItemType(itemTypeID);
|
||||
for each(var type in types) {
|
||||
if (type.id == creatorTypeID) {
|
||||
valid = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue