Comparing version 1.3.1 to 1.3.2
@@ -641,3 +641,3 @@ "use strict"; | ||
if (supportsProgress) { | ||
this.upload.dispatchEvent(new sinonEvent.ProgressEvent("progress", progressEventRaw)); | ||
this.upload.dispatchEvent(new sinonEvent.ProgressEvent("progress", progressEventRaw, this.upload)); | ||
} | ||
@@ -648,3 +648,3 @@ }, | ||
if (supportsProgress) { | ||
this.dispatchEvent(new sinonEvent.ProgressEvent("progress", progressEventRaw)); | ||
this.dispatchEvent(new sinonEvent.ProgressEvent("progress", progressEventRaw, this)); | ||
} | ||
@@ -651,0 +651,0 @@ }, |
{ | ||
"name": "nise", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "Fake XHR and server", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
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
786121