markmarijnissen / cordova-file-cache

An awesome File Cache for Cordova Apps.
MIT License
87 stars 29 forks source link

Fix for 'clear()' method #28

Open robrkerr opened 7 years ago

robrkerr commented 7 years ago

'clear' should remove 'self._added', otherwise next time 'download' is called all those files are redownloaded (rather than just whatever you wanted to download).