diegoles / closure-library

Automatically exported from code.google.com/p/closure-library
0 stars 0 forks source link

Little bug in FileDropHandler demo #386

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

in the demo

http://code.google.com/p/closure-library/source/browse/trunk/closure/goog/demos/
filedrophandler.html
revision r1341

in line 50 it says:

var fileName = file.name || file.fileName;

The variable "file" is never created though. I guess, you would want to write:

var fileName = files[i].name || files[i].fileName;

Best regards
Sven

Original issue reported on code.google.com by sven.bu...@gmail.com on 17 Oct 2011 at 9:11

GoogleCodeExporter commented 8 years ago
thanks for the report

Original comment by Nicholas.J.Santos on 17 Oct 2011 at 9:09

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r1346.

Original comment by nicksan...@google.com on 18 Oct 2011 at 11:52