forrestthewoods / lib_fts

single-file public domain libraries
666 stars 136 forks source link

Fix undeclared recursiveMatches variable #23

Closed philippotto closed 4 years ago

philippotto commented 4 years ago

The recursiveMatches variable was not declared. In non-strict environments this can work (auto-attached to window or global), but for my build system this had to be fixed first. Thanks for the library, by the way!