antigen icon indicating copy to clipboard operation
antigen copied to clipboard

Use function scope to source external bundles

Open belak opened this issue 3 years ago • 0 comments

This is meant to fix https://github.com/romkatv/gitstatus/issues/168 by changing the source call in the cache to use an anonymous function so no arguments are passed. I'm not sure if this will break anything by putting the call inside a function rather than the global scope but this seems to work.

belak avatar Sep 08 '20 19:09 belak