Skip to content

Commit 3afb42b

Browse files
committed
fix(pat validation): Fix release 7.1.0.
The event-submitter-polyfill package isn't universally built. Let's use our new core/polyfills.js module instead and fix the previous release.
1 parent 69402f6 commit 3afb42b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pat/validation/validation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Patterns validate - Form vlidation
22
import "regenerator-runtime/runtime"; // needed for ``await`` support
3-
import "event-submitter-polyfill"; // SubmitEvent.submitter for Safari < 15.4 and jsDOM
3+
import "../../core/polyfills"; // SubmitEvent.submitter for Safari < 15.4 and jsDOM
44
import $ from "jquery";
55
import Base from "../../core/base";
66
import Parser from "../../core/parser";

0 commit comments

Comments
 (0)