www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 5e237a27230f0fd961718eadd4c90ee9d81345b4
parent 5218c132f57d602ad9b97069e36a682d22531539
Author: Simon Kornblith <simon@simonster.com>
Date:   Wed,  3 Apr 2013 13:32:18 -0400

done(), not end()

Diffstat:
Mchrome/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 @@ -206,7 +206,7 @@ Zotero.Styles = new function() { (new Zotero.Exception.Alert("styles.install.unexpectedError", origin, "styles.install.title", error)).present(); } - }).end(); + }).done(); } /**