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 signature of jsCardDAV_UserAddressBooks.createFile #136

Closed clochix closed 8 years ago

clochix commented 8 years ago

The third parameter of this method should be the character encoding. This lead to an exception being thrown when this method is called

mikedeboer commented 8 years ago

Great, thanks for this contribution!