Skip to content

Commit b609b71

Browse files
committed
Remove obsolete progress apply call. Closes blueimp#3416
1 parent 82a0100 commit b609b71

3 files changed

Lines changed: 2 additions & 8 deletions

File tree

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blueimp-file-upload",
3-
"version": "9.11.0",
3+
"version": "9.11.1",
44
"title": "jQuery File Upload",
55
"description": "File Upload widget with multiple file selection, drag&drop support, progress bar, validation and preview images.",
66
"keywords": [

js/jquery.fileupload-angular.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,6 @@
112112
}
113113
});
114114
},
115-
progress: function (e, data) {
116-
if (e.isDefaultPrevented()) {
117-
return false;
118-
}
119-
data.scope.$apply();
120-
},
121115
done: function (e, data) {
122116
if (e.isDefaultPrevented()) {
123117
return false;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blueimp-file-upload",
3-
"version": "9.11.0",
3+
"version": "9.11.1",
44
"title": "jQuery File Upload",
55
"description": "File Upload widget with multiple file selection, drag&drop support, progress bar, validation and preview images, audio and video for jQuery. Supports cross-domain, chunked and resumable file uploads. Works with any server-side platform (Google App Engine, PHP, Python, Ruby on Rails, Java, etc.) that supports standard HTML form file uploads.",
66
"keywords": [

0 commit comments

Comments
 (0)