@wordpress/dom-ready
Advanced tools
Comparing version 3.2.0 to 3.2.1
{ | ||
"name": "@wordpress/dom-ready", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "Execute callback after the DOM is loaded.", | ||
@@ -35,3 +35,3 @@ "author": "The WordPress Contributors", | ||
}, | ||
"gitHead": "743b70f86f1e75fd66a583bf659f2b2fe5daf1cc" | ||
"gitHead": "4e106dd6283fd742aeb521ebc0ae29f35d4274b4" | ||
} |
@@ -28,3 +28,3 @@ # DOM Ready | ||
domReady( function() { | ||
domReady( function () { | ||
//do something after DOM loads. | ||
@@ -40,5 +40,4 @@ } ); | ||
- `void`: | ||
- `void`: | ||
<!-- END TOKEN(Autogenerated API docs) --> | ||
@@ -45,0 +44,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
66759
48