Add end() to end of Q chain

This commit is contained in:
Simon Kornblith 2013-04-03 12:03:58 -04:00
parent e3e94f91ea
commit 67e82f0762

View file

@ -206,7 +206,7 @@ Zotero.Styles = new function() {
(new Zotero.Exception.Alert("styles.install.unexpectedError",
origin, "styles.install.title", error)).present();
}
});
}).end();
}
/**