filterbubbler / filterbubbler-web-ext

The FilterBubbler WebExtension turns your browser into a collaborative text classification lab.
37 stars 17 forks source link

Fix name collision between function and callback #38

Closed schue closed 7 years ago

schue commented 7 years ago

The function is called with a parameter "recipe" that collides with the result name of a callback function. This changes the name of the callback result to avoid the conflict.

Refs: #FBBL-WE-37