Hirse / brackets-outline-list

Extension for Brackets and Phoenix to display a list of the functions or definitions in the currently opened document.
MIT License
79 stars 30 forks source link

Don't kill events globally #3

Closed Florian-R closed 9 years ago

Florian-R commented 9 years ago

Along this lines, there's a few call to jQuery.off.

As the handler isn't specified, it unbind all others handlers from others extensions. For example, it makes Brackets-git unusable.

Mind a PR for this one?

Hirse commented 9 years ago

Not at all. I am happy for all contributions.