Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Event names should be delimited by a space in jQuery.on #208

Open
czirkoszoltan opened this issue Oct 21, 2023 · 0 comments
Open

Event names should be delimited by a space in jQuery.on #208

czirkoszoltan opened this issue Oct 21, 2023 · 0 comments

Comments

@czirkoszoltan
Copy link

$fb.on('recompute.fluidbox, compute.fluidbox', function() {

This should be

$fb.on('recompute.fluidbox compute.fluidbox', function() {

without a comma, as event names are delimited by a space: https://api.jquery.com/on/

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant