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 1bbb837 commit c73b0e1Copy full SHA for c73b0e1
src/core/registry.js
@@ -61,7 +61,7 @@ const registry = {
61
// the DOM is scanned. After that registering a new pattern
62
// results in rescanning the DOM only for this pattern.
63
init() {
64
- $(document).ready(function () {
+ dom.document_ready(() => {
65
if (window.__patternslib_registry_initialized) {
66
// Do not reinitialize a already initialized registry.
67
return;
0 commit comments