commit 1e5bde6a541c6df6716a4f3f77ab4fde1463e5cf parent 645bbf92b80a7a95c31253a5905ac731adf6a532 Author: Simon Kornblith <simon@simonster.com> Date: Wed, 15 Feb 2012 13:07:12 -0500 Fix an inconsequential error Diffstat:
| M | chrome/content/zotero/xpcom/locateManager.js | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/xpcom/locateManager.js b/chrome/content/zotero/xpcom/locateManager.js @@ -519,7 +519,7 @@ Zotero.LocateManager = new function() { false) return this; - throw Cr.NS_ERROR_NO_INTERFACE; + throw Components.results.NS_ERROR_NO_INTERFACE; }, // nsIRequestObserver