metal-events
Advanced tools
Comparing version 1.0.0-rc.2 to 1.0.0-rc.4
@@ -190,3 +190,3 @@ 'use strict'; | ||
events.forEach(function (event) { | ||
return _this2.tryToAddListener_(event); | ||
return _this2.proxyEvent(event); | ||
}); | ||
@@ -193,0 +193,0 @@ } |
{ | ||
"name": "metal-events", | ||
"version": "1.0.0-rc.2", | ||
"version": "1.0.0-rc.4", | ||
"description": "Classes responsible for emitting and listening to events", | ||
@@ -5,0 +5,0 @@ "license": "BSD", |
@@ -148,3 +148,3 @@ 'use strict'; | ||
this.originEmitter_ = originEmitter; | ||
events.forEach(event => this.tryToAddListener_(event)); | ||
events.forEach(event => this.proxyEvent(event)); | ||
} | ||
@@ -151,0 +151,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
72181