-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make errors in getEntry_ be passed to handler (if specified) #42
base: master
Are you sure you want to change the base?
Conversation
Done, I didn't build the filer.min.js, bump version or anything. By the way, I'm using filer.js in Codebox: https://github.com/FriendCode/codebox, we just launched last week :) Thank you. |
Awesome! This looks like it accomplishes #39 too. |
@ebidel let me know if that's not good to be merged. |
Is this getting merged? |
+1 |
@@ -479,13 +485,13 @@ var Filer = new function() { | |||
|
|||
var callback = function(dirEntry) { | |||
|
|||
cwd_ = dirEntry; | |||
//cwd_ = dirEntry; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why this change?
Reviewed |
No description provided.