commit 7dbe6d728a3e282b9f6366acfb84a8940c566d05
parent 9e75aba8fd64ee6c2c132061b535140f8afc9bd1
Author: Simon Kornblith <simon@simonster.com>
Date: Mon, 30 Jul 2012 14:54:41 -0400
No need to import Q here
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/chrome/content/zotero/xpcom/http.js b/chrome/content/zotero/xpcom/http.js
@@ -3,8 +3,6 @@
* @namespace
*/
Zotero.HTTP = new function() {
- Components.utils.import("resource://zotero/q.js");
-
/**
* Exception returned for unexpected status when promise* is used
* @constructor