mikedeboer / jsDAV

jsDAV allows you to easily add WebDAV support to a NodeJS application. jsDAV is meant to cover the entire standard, and attempts to allow integration using an easy to understand API.
http://www.mikedeboer.nl
MIT License
681 stars 159 forks source link

Fix dropbox implementation #124

Closed chrisle closed 9 years ago

chrisle commented 9 years ago

Getting the children node for files breaks. Calling "new jsDAV_Dropbox_file()" causes "object is not a function". Changed to use ".new" instead.

mikedeboer commented 9 years ago

Ah yes, I apparently missed that. Thanks for this contribution!