apcshields / autocomplete-bibtex

Adds Pandoc-style BibTeX citation key autocompletion to autocomplete+ for Atom.
MIT License
44 stars 17 forks source link

Error when disabling package. #51

Closed jonasws closed 7 years ago

jonasws commented 8 years ago

Probably an innocent, yet still annoying error. When disabling the package, it throws an error, as it tries to call:

@provider.registration.dispose()

in main.coffee

which is not defined. Probably changing it to:

@provider.dispose()

will fix the problem.