Skip to content

Commit 2ec140c

Browse files
committed
* upd to v0.4.1
1 parent 74efcc0 commit 2ec140c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

plugins/jquery.fileapi.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -541,8 +541,6 @@
541541
this._$fileprogress = $progress = this.$elem('file.progress', $file);
542542
}
543543

544-
console.log(uid, ui, $file);
545-
546544
if( type == 'progress' ){
547545
$progress.stop().animate({ width: ui.loaded/ui.total*100 + '%' }, 300);
548546
}
@@ -1177,7 +1175,7 @@
11771175
};
11781176

11791177

1180-
$.fn.fileapi.version = '0.4.0';
1178+
$.fn.fileapi.version = '0.4.1';
11811179
$.fn.fileapi.tpl = function (text){
11821180
var index = 0;
11831181
var source = "__b+='";

0 commit comments

Comments
 (0)