ebidel / idb.filesystem.js

HTML5 Filesystem API polyfill using IndexedDB
https://www.npmjs.com/package/idb.filesystem.js
Other
488 stars 46 forks source link

Fix and simplify resolveToFullPath_ #35

Closed ussuri closed 9 years ago

ussuri commented 9 years ago

Bug fixes:

The jsbin for the new version is here: http://jsbin.com/fiqogurowo/2/edit?js,console

ebidel commented 9 years ago
ussuri commented 9 years ago

Sorry, I structured my comments in an unclear manner. Rephrasing:

So, it seems you are in agreement with what this PR achieves :)

ussuri commented 9 years ago

I'll add a couple of comments in the code to explain why some of the above was happening.

ussuri commented 9 years ago

@ebidel: ping

ebidel commented 9 years ago

LGTM. Tests are passing :) Can you just address the one comment.

ussuri commented 9 years ago

Done!