metal-events
Advanced tools
Comparing version 2.5.2 to 2.5.3
@@ -53,10 +53,2 @@ 'use strict'; | ||
/** | ||
* The maximum number of listeners allowed for each event type. If the number | ||
* becomes higher than the max, a warning will be issued. | ||
* @type {number} | ||
* @protected | ||
*/ | ||
_this.maxListeners_ = 10; | ||
/** | ||
* Configuration option which determines if an event facade should be sent | ||
@@ -63,0 +55,0 @@ * as a param of listeners when emitting events. If set to true, the facade |
{ | ||
"name": "metal-events", | ||
"version": "2.5.2", | ||
"version": "2.5.3", | ||
"description": "Classes responsible for emitting and listening to events", | ||
@@ -5,0 +5,0 @@ "license": "BSD", |
@@ -31,10 +31,2 @@ 'use strict'; | ||
/** | ||
* The maximum number of listeners allowed for each event type. If the number | ||
* becomes higher than the max, a warning will be issued. | ||
* @type {number} | ||
* @protected | ||
*/ | ||
this.maxListeners_ = 10; | ||
/** | ||
* Configuration option which determines if an event facade should be sent | ||
@@ -41,0 +33,0 @@ * as a param of listeners when emitting events. If set to true, the facade |
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
51550
1448