Skip to content

Commit

Permalink
Remove duplicate code
Browse files Browse the repository at this point in the history
  • Loading branch information
fbennett committed Dec 9, 2016
1 parent d880ae2 commit f26049d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions chrome/content/zotero/xpcom/utilities.js
Expand Up @@ -2139,12 +2139,6 @@ Zotero.Utilities = {
} else {
cslItem[creatorType] = [nameObj];
}

if(cslItem[creatorType]) {
cslItem[creatorType].push(nameObj);
} else {
cslItem[creatorType] = [nameObj];
}
}
}

Expand Down

0 comments on commit f26049d

Please sign in to comment.