Skip to content

Commit

Permalink
Flash: noticed missing semicolon, might have been a problem on minifi…
Browse files Browse the repository at this point in the history
…cation.
  • Loading branch information
jayarjo committed Dec 3, 2011
1 parent 0acf195 commit feaa8e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/javascript/plupload.flash.js
Expand Up @@ -133,7 +133,7 @@
html = '<object id="' + uploader.id + '_flash" type="application/x-shockwave-flash" data="' + uploader.settings.flash_swf_url + '" ';

if (plupload.ua.ie) {
html += 'classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" '
html += 'classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" ';
}

html += 'width="100%" height="100%" style="outline:0">' +
Expand Down

0 comments on commit feaa8e9

Please sign in to comment.