www

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

commit 67e82f07621c9568150c7b1f42e8dcfce272cdb5
parent e3e94f91eac5fa2c1202f8034ed92f2f08cbdc82
Author: Simon Kornblith <simon@simonster.com>
Date:   Wed,  3 Apr 2013 12:03:58 -0400

Add end() to end of Q chain

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(); } /**