Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

Commit

Permalink
Updated patch version for last merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
blueimp committed Nov 29, 2014
1 parent 044c838 commit 364c82c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions js/jquery.fileupload.js
@@ -1,5 +1,5 @@
/*
* jQuery File Upload Plugin 5.42.0
* jQuery File Upload Plugin 5.42.1
* https://github.com/blueimp/jQuery-File-Upload
*
* Copyright 2010, Sebastian Tschan
Expand Down Expand Up @@ -1340,10 +1340,8 @@
options = this.options,
clone = $(this.element[0].cloneNode(false)),
data = clone.data();

//to avoid memory leaks
// Avoid memory leaks:
clone.remove();

// Initialize options set via HTML5 data-attributes:
$.each(
data,
Expand Down

0 comments on commit 364c82c

Please sign in to comment.