@enact/core
Advanced tools
Comparing version 3.2.3 to 3.2.4
@@ -5,2 +5,6 @@ # Change Log | ||
## [3.2.4] - 2019-11-07 | ||
No significant changes. | ||
## [3.2.3] - 2019-11-01 | ||
@@ -7,0 +11,0 @@ |
{ | ||
"name": "@enact/core", | ||
"version": "3.2.3", | ||
"version": "3.2.4", | ||
"description": "Enact is an open source JavaScript framework containing everything you need to create a fast, scalable mobile or web application.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -35,3 +35,3 @@ // Type definitions for core/util | ||
* Executes the job immediately, then prevents any other calls to `throttle()` from running | ||
until the `timeout` configured at construction or via `setTimeout` passes. | ||
until the `timeout` configured at construction passes. | ||
*/ | ||
@@ -38,0 +38,0 @@ throttle(...args: any[]): void; |
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
191546