marcosc-async
Advanced tools
Comparing version 4.0.2 to 4.0.3
/*jshint -W082 */ | ||
/*globals define, self*/ | ||
(function(){ | ||
(function() { | ||
'use strict'; | ||
@@ -22,3 +22,3 @@ // async function takes a generator, and optional "this" | ||
return (func.constructor.name === 'GeneratorFunction') ? | ||
yield* func.apply(self, args) : func.apply(self, args); | ||
yield * func.apply(self, args) : func.apply(self, args); | ||
}()); | ||
@@ -25,0 +25,0 @@ try { |
{ | ||
"name": "marcosc-async", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"description": "Lightweight promise/generator machinery.", | ||
@@ -5,0 +5,0 @@ "main": "lib/async.js", |
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
32002