@brandocms/jupiter 3.54.0 → 3.54.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brandocms/jupiter",
3
- "version": "3.54.0",
3
+ "version": "3.54.1",
4
4
  "description": "Frontend helpers.",
5
5
  "author": "Univers/Twined",
6
6
  "license": "UNLICENSED",
@@ -187,7 +187,7 @@ export default class Moonwalk {
187
187
  /**
188
188
  * Remove all moonwalks. Useful for clients who prefer reduced motion
189
189
  */
190
- removeAllWalks(container = document.body, beforeEl = nil) {
190
+ removeAllWalks(container = document.body) {
191
191
  const keys = [
192
192
  'data-moonwalk',
193
193
  'data-moonwalk-section',