Okay, I'm seeing this too ... Found the issue, though I thought we
fixed this one before we tagged it. In js/dair/File.js, line 87 is an
unopened comment in a function signature:
getName: function(/ Boolean? */ fullname){
change that to:
getName: function(/* Boolean? */ fullname){
and it will work. I'll open an issue and fix it in trunk.
Thanks for spotting this.
Regards,
Peter Higgins