commit 946c754ae721052ca04731e7df31df49438e1c30
parent 22f9fc04a80d13268141e2647bcaee0bc582e19e
Author: Simon Kornblith <simon@simonster.com>
Date: Mon, 18 Mar 2013 20:32:33 -0400
Remove redundant line
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/components/zotero-protocol-handler.js b/components/zotero-protocol-handler.js
@@ -970,7 +970,6 @@ function ChromeExtensionHandler() {
ConnectorChannel.prototype.securityInfo = null;
ConnectorChannel.prototype.status = 0;
ConnectorChannel.prototype.loadGroup = null;
- ConnectorChannel.prototype.securityInfo = null;
ConnectorChannel.prototype.loadFlags = 393216;
ConnectorChannel.prototype.__defineGetter__("originalURI", function() { return this.URI });