commit 46fc6684c1b91ddf384571b0160779ac4c57d1d5 parent e9f5643ecd47e5c55faf311a0bc9dae64228842e Author: Dan Stillman <dstillman@zotero.org> Date: Tue, 2 Aug 2011 06:49:33 +0000 Fix typo Diffstat:
| M | chrome/content/zotero/xpcom/data/cachedTypes.js | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/xpcom/data/cachedTypes.js b/chrome/content/zotero/xpcom/data/cachedTypes.js @@ -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;