Miscellaneous tweaks

This commit is contained in:
Dan Stillman 2015-11-12 02:48:41 -05:00
parent 614232754a
commit ae277391b6
6 changed files with 8 additions and 20 deletions

View file

@ -380,7 +380,7 @@ var installPDFTools = Zotero.Promise.coroutine(function* () {
* @return {Promise}
*/
function uninstallPDFTools() {
return Zotero.Fulltext.removePDFTools();
return Zotero.Fulltext.uninstallPDFTools();
}
/**