Skip to content

Conversation

@hagman
Copy link

@hagman hagman commented Jun 15, 2023

Testing the code against the jQuery Migrate Plugin (current version: 3.4.1) reveals a few deprecated functions. Accordingly,

  • replace .someUiEvent(func) with .on('someUiEvent', func)
  • replace .someUiEvent() with .trigger('someUiEvent')
  • replace .isFunction(arg) with typeoff arg === 'function'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant