@optionfactory/ful 5.0.0 → 5.0.2

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/dist/ful.iife.js CHANGED
@@ -1799,7 +1799,7 @@ var ful = (function (exports, ftl) {
1799
1799
  return;
1800
1800
  }
1801
1801
  const unacceptable = [...this.files]
1802
- .filter(file => this.#accept.some(type => !file.name.toLowerCase().endsWith(type.toLowerCase())));
1802
+ .filter(file => !this.#accept.some(type => file.name.toLowerCase().endsWith(type.toLowerCase())));
1803
1803
 
1804
1804
  if (unacceptable.length === 0) {
1805
1805
  return;