Closed gitawego closed 13 years ago
in util.js at line 23 it should be :
command = command.concat(object.file || object.url);
but not
command = command.concat(object.filename || object.url);
No, filename is correct. The documentation is bad. I'll update that now.
in util.js at line 23 it should be :
but not