Skip to content
Snippets Groups Projects
Commit b20c4a2c authored by Matthieu Scarset's avatar Matthieu Scarset
Browse files

fix: "once is not defined" error #3314393

parent 40e9e6a7
Branches
Tags
No related merge requests found
(function (Drupal, Popper) {
(function (Drupal, Popper, once) {
const onceName = 'tooltip';
const triggerSelector = '[data-tooltip]';
const tooltipSelector = '[data-tooltip-id]';
......@@ -180,4 +180,4 @@
},
}
})(Drupal, Popper);
})(Drupal, Popper, once);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment