Skip to content

Commit

Permalink
corrects a typo in comment of examples/custom.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Wilson authored and jayarjo committed May 12, 2015
1 parent e93b889 commit 5d72ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/custom.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h1>Custom example</h1>

var uploader = new plupload.Uploader({
runtimes : 'html5,flash,silverlight,html4',
browse_button : 'pickfiles', // you can pass in id...
browse_button : 'pickfiles', // you can pass an id...
container: document.getElementById('container'), // ... or DOM Element itself
url : 'upload.php',
flash_swf_url : '../js/Moxie.swf',
Expand Down

0 comments on commit 5d72ec9

Please sign in to comment.