commit 5e237a27230f0fd961718eadd4c90ee9d81345b4
parent 5218c132f57d602ad9b97069e36a682d22531539
Author: Simon Kornblith <simon@simonster.com>
Date: Wed, 3 Apr 2013 13:32:18 -0400
done(), not end()
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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();
}
/**