Skip to content

Commit

Permalink
semicolon, not comma
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Aug 11, 2014
1 parent 73a8cf4 commit 960d0dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imp/js/compose-dimp.js
Expand Up @@ -1562,7 +1562,7 @@ var IMP_Compose_Attachlist = Class.create({
onCreate: function(e) {
if (e.transport && e.transport.upload) {
var u = e.transport.upload;
li = this.uploadAttachWait(d, true),
li = this.uploadAttachWait(d, true);

u.onprogress = function(e2) {
if (e2.lengthComputable) {
Expand Down

0 comments on commit 960d0dd

Please sign in to comment.