tshaddix / webext-redux

A set of utilities for building Redux applications in Web Extensions.
MIT License
1.22k stars 179 forks source link

Replace references to "global" to "self" #252

Closed tshaddix closed 4 years ago

tshaddix commented 4 years ago

This happens as the default case most of the time, but issues arise when the global variable has been overridden in the context.

Fixes #251