done(), not end()

This commit is contained in:
Simon Kornblith 2013-04-03 13:32:18 -04:00
parent 5218c132f5
commit 5e237a2723

View file

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