We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69402f6 commit 3afb42bCopy full SHA for 3afb42b
src/pat/validation/validation.js
@@ -1,6 +1,6 @@
1
// Patterns validate - Form vlidation
2
import "regenerator-runtime/runtime"; // needed for ``await`` support
3
-import "event-submitter-polyfill"; // SubmitEvent.submitter for Safari < 15.4 and jsDOM
+import "../../core/polyfills"; // SubmitEvent.submitter for Safari < 15.4 and jsDOM
4
import $ from "jquery";
5
import Base from "../../core/base";
6
import Parser from "../../core/parser";
0 commit comments