Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-02-21 23:07:35 +03:00
parent 6a1b61ae79
commit c0f68b102f

View File

@ -990,9 +990,6 @@ module.BaseStore = {
: undefined }, : undefined },
//*/ //*/
// XXX EXPERIMENTAL... // XXX EXPERIMENTAL...
// to be sync this needs:
// .__match_args(..) -- DONE
// .metadata(..)
match: function(path, strict=false){ match: function(path, strict=false){
var that = this var that = this
// pattern match * / ** // pattern match * / **