Skip to content
Snippets Groups Projects
Commit bc75d7c4 authored by echicken's avatar echicken
Browse files

Pass 'cfg' to add_file method.

parent 64171f59
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ var FREQIT = {
self.dircache[dir] = new FileBase(dir);
self.dircache[dir].forEach(function(fent) {
if (wildmatch(fent.name, match, true))
self.add_file(fent.path, cb_data);
self.add_file(fent.path, cb_data, cfg);
});
});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment