@behance/beff
Advanced tools
Comparing version 9.3.5 to 9.3.6
@@ -346,2 +346,4 @@ define([ | ||
this.trigger('processing'); | ||
return this._uploader.scaleImage(id, _options); | ||
@@ -348,0 +350,0 @@ }, |
{ | ||
"name": "@behance/beff", | ||
"version": "9.3.5", | ||
"version": "9.3.6", | ||
"description": "Behance Frontend Framework", | ||
@@ -5,0 +5,0 @@ "directories": { |
@@ -141,2 +141,8 @@ define([ | ||
it('fires the processing event on a submit', function(done) { | ||
this.uploader.on('processing', done); | ||
fineuploaderMock.fakeSubmit(); | ||
}); | ||
it('fires the complete event with the correctly scaled images', function(done) { | ||
@@ -143,0 +149,0 @@ Promise.all([ |
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
1569964
14213