jsDAV
jsDAV copied to clipboard
Remove Locks on DELETE and MOVE
This should fix #151. Added a method called removeLockFromRoot to remove a lock from a certain root uri. Added two event listeners ('afterDelete' and 'afterMove') to call this method.
locks.js on line 80 could be checked. Should the parameter returnChildLocks true or false here?