From 5e237a27230f0fd961718eadd4c90ee9d81345b4 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Wed, 3 Apr 2013 13:32:18 -0400 Subject: [PATCH] done(), not end() --- chrome/content/zotero/xpcom/style.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/style.js b/chrome/content/zotero/xpcom/style.js index 93badc1cb8..10ad1b3648 100644 --- a/chrome/content/zotero/xpcom/style.js +++ b/chrome/content/zotero/xpcom/style.js @@ -206,7 +206,7 @@ Zotero.Styles = new function() { (new Zotero.Exception.Alert("styles.install.unexpectedError", origin, "styles.install.title", error)).present(); } - }).end(); + }).done(); } /**