Remove redundant code
This commit is contained in:
parent
c5a2572c91
commit
a01fcd360f
1 changed files with 0 additions and 4 deletions
|
@ -330,10 +330,6 @@ function isStandalone() {
|
||||||
*/
|
*/
|
||||||
function ZoteroCommandLineHandler() {}
|
function ZoteroCommandLineHandler() {}
|
||||||
ZoteroCommandLineHandler.prototype = {
|
ZoteroCommandLineHandler.prototype = {
|
||||||
/* nsISupports */
|
|
||||||
QueryInterface : XPCOMUtils.generateQI([Components.interfaces.nsICommandLineHandler,
|
|
||||||
Components.interfaces.nsIFactory, Components.interfaces.nsISupports]),
|
|
||||||
|
|
||||||
/* nsICommandLineHandler */
|
/* nsICommandLineHandler */
|
||||||
handle : function(cmdLine) {
|
handle : function(cmdLine) {
|
||||||
// handler for Zotero integration commands
|
// handler for Zotero integration commands
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue