RSSchermer / ember-rl-dropdown

Dropdown components and mixin for Ember.
MIT License
15 stars 12 forks source link

jQuery 3 deprecation warnings for .bind() and .unbind() #26

Closed danwenzel closed 5 years ago

danwenzel commented 6 years ago

When using the jquery-migrate tool for jQuery 3, ember-rl-dropdown is triggering deprecation warnings for .bind() and .unbind():

image

image

A description of the warnings: https://github.com/jquery/jquery-migrate/blob/master/warnings.md#jqmigrate-jqueryfnbind-is-deprecated

danwenzel commented 5 years ago

Closing this, since this addon is no longer actively maintained