Skip to content

Commit

Permalink
Add a missing ;
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludeck committed Mar 13, 2024
1 parent cad9df1 commit e6c0421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/fng-jq-upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@
if (typeof jqScope.active === 'function' && jqScope.active() && typeof jqScope.cancel === 'function') {
jqScope.cancel();
}
})
});

$scope.$on('fileuploadfail', function (event, data) {
// clear out the failed queue item so another upload can be attempted
Expand Down

0 comments on commit e6c0421

Please sign in to comment.