diff --git a/chrome/content/zotero/xpcom/notifier.js b/chrome/content/zotero/xpcom/notifier.js index 6f8423d72..713fc41ca 100644 --- a/chrome/content/zotero/xpcom/notifier.js +++ b/chrome/content/zotero/xpcom/notifier.js @@ -110,14 +110,6 @@ Zotero.Notifier = new function(){ throw ('Invalid type ' + type + ' in Notifier.trigger()'); } - switch (event) { - case 'modify': - case 'delete': - if (!extraData) { - throw ("Extra data must be supplied with Notifier type '" + type + "'"); - } - } - ids = Zotero.flattenArguments(ids); var queue = _inTransaction && !force;